#EEDE2C

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

Shades of Golden Fizz #EEDE2C

Tints of Golden Fizz #EEDE2C

Color information

#EEDE2C (or 0xEEDE2C) is unknown color: approx Golden Fizz. HEX triplet: EE, DE and 2C. RGB value is (238,222,44). Sum of RGB (Red+Green+Blue) = 238+222+44=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE2C is #1121D3. Grayscale: #CFCFCF. Windows color (decimal): -1122772 or 2940654. OLE color: 2940654.

HSL color Cylindrical-coordinate representation of color #EEDE2C: hue angle of 55.05º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEDE2C is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB23822244-
CMYK00.070.820.07
HSL55.05º85.09%55.29%-
HSV(B)55.05º81.51%93.33%-
XYZ61.8470.612.75-
YUV206.4936.3150.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 44 (17.58% from 255) = 8.73%
R=47.22%
G=44.05%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382224400.070.820.0755.0585.0955.29
HexEEDE2C07527375537
Octal356336540712276712567
Binary1110111011011110101100011110100101111101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE2C; }

 p { color: rgb(238,222,44); }

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

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

 a { background-color: rgb(238,222,44); }

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

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

 span { border-color: rgb(238,222,44); }

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