#EEEC29

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

Shades of Golden Fizz #EEEC29

Tints of Golden Fizz #EEEC29

Color information

#EEEC29 (or 0xEEEC29) is unknown color: approx Golden Fizz. HEX triplet: EE, EC and 29. RGB value is (238,236,41). Sum of RGB (Red+Green+Blue) = 238+236+41=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 41 (16.41% from 255 or 7.96% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEC29 is #1113D6. Grayscale: #D7D7D7. Windows color (decimal): -1119191 or 2747630. OLE color: 2747630.

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

Color convert

RGB23823641-
CMYK00.010.830.07
HSL59.39º85.28%54.71%-
HSV(B)59.39º82.77%93.33%-
XYZ65.6678.3313.76-
YUV214.3730.16144.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.21%
GREEN value IS 236 (92.58% from 255) = 45.83%
BLUE value IS 41 (16.41% from 255) = 7.96%
R=46.21%
G=45.83%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382364100.010.830.0759.3985.2854.71
HexEEEC29015373b5537
Octal356354510112377312567
Binary11101110111011001010010110100111111110111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEC29; }

 p { color: rgb(238,236,41); }

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

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

 a { background-color: rgb(238,236,41); }

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

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

 span { border-color: rgb(238,236,41); }

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