#EEE122

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

Shades of Golden Fizz #EEE122

Tints of Golden Fizz #EEE122

Color information

#EEE122 (or 0xEEE122) is unknown color: approx Golden Fizz. HEX triplet: EE, E1 and 22. RGB value is (238,225,34). Sum of RGB (Red+Green+Blue) = 238+225+34=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE122 is #111EDD. Grayscale: #CFCFCF. Windows color (decimal): -1122014 or 2286062. OLE color: 2286062.

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

Color convert

RGB23822534-
CMYK00.050.860.07
HSL56.18º85.71%53.33%-
HSV(B)56.18º85.71%93.33%-
XYZ62.4772.1412.15-
YUV207.1130.31150.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 225 (88.28% from 255) = 45.27%
BLUE value IS 34 (13.67% from 255) = 6.84%
R=47.89%
G=45.27%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382253400.050.860.0756.1885.7153.33
HexEEE12205567385635
Octal356341420512677012665
Binary1110111011100001100010010110101101111110001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE122; }

 p { color: rgb(238,225,34); }

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

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

 a { background-color: rgb(238,225,34); }

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

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

 span { border-color: rgb(238,225,34); }

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