#EAE72A

Color #EAE72A Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EAE72A

Tints of Golden Fizz #EAE72A

Color information

#EAE72A (or 0xEAE72A) is unknown color: approx Golden Fizz. HEX triplet: EA, E7 and 2A. RGB value is (234,231,42). Sum of RGB (Red+Green+Blue) = 234+231+42=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE72A is #1518D5. Grayscale: #D3D3D3. Windows color (decimal): -1382614 or 2811882. OLE color: 2811882.

HSL color Cylindrical-coordinate representation of color #EAE72A: hue angle of 59.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAE72A is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB23423142-
CMYK00.010.820.08
HSL59.06º82.05%54.12%-
HSV(B)59.06º82.05%91.76%-
XYZ62.9374.8113.31-
YUV210.3532.99144.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 231 (90.62% from 255) = 45.56%
BLUE value IS 42 (16.80% from 255) = 8.28%
R=46.15%
G=45.56%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342314200.010.820.0859.0682.0554.12
HexEAE72A015283b5236
Octal3523475201122107312266
Binary111010101110011110101001101001010001110111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE72A; }

 p { color: rgb(234,231,42); }

 H1.HeaderClassName
 {
   color: #EAE72A;
 }
 .AnyTagClassName
 {
   color: #EAE72A;
 }
</style>
background-color css

<style>
 a { background-color: #EAE72A; }

 a { background-color: rgb(234,231,42); }

 div.DivClassName
 {
   background-color: #EAE72A;
 }
 .BgClassName
 {
   background-color: #EAE72A;
 }
</style>
border-color css

<style>
 span { border-color: #EAE72A; }

 span { border-color: rgb(234,231,42); }

 td.TdClassName
 {
   border-color: #EAE72A;
 }
 .TagClassName
 {
   border-color: #EAE72A;
 }
</style>