#EADC2C

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

Shades of Golden Fizz #EADC2C

Tints of Golden Fizz #EADC2C

Color information

#EADC2C (or 0xEADC2C) is unknown color: approx Golden Fizz. HEX triplet: EA, DC and 2C. RGB value is (234,220,44). Sum of RGB (Red+Green+Blue) = 234+220+44=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC2C is #1523D3. Grayscale: #CCCCCC. Windows color (decimal): -1385428 or 2940138. OLE color: 2940138.

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

Color convert

RGB23422044-
CMYK00.060.810.08
HSL55.58º81.9%54.51%-
HSV(B)55.58º81.2%91.76%-
XYZ59.9868.8612.51-
YUV204.1237.64149.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 44 (17.58% from 255) = 8.84%
R=46.99%
G=44.18%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342204400.060.810.0855.5881.954.51
HexEADC2C06518385237
Octal3523345406121107012267
Binary11101010110111001011000110101000110001110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC2C; }

 p { color: rgb(234,220,44); }

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

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

 a { background-color: rgb(234,220,44); }

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

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

 span { border-color: rgb(234,220,44); }

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