#EEE525

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

Shades of Golden Fizz #EEE525

Tints of Golden Fizz #EEE525

Color information

#EEE525 (or 0xEEE525) is unknown color: approx Golden Fizz. HEX triplet: EE, E5 and 25. RGB value is (238,229,37). Sum of RGB (Red+Green+Blue) = 238+229+37=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE525 is #111ADA. Grayscale: #D2D2D2. Windows color (decimal): -1120987 or 2483694. OLE color: 2483694.

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

Color convert

RGB23822937-
CMYK00.040.840.07
HSL57.31º85.53%53.92%-
HSV(B)57.31º84.45%93.33%-
XYZ63.6174.3512.75-
YUV209.830.48148.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 229 (89.84% from 255) = 45.44%
BLUE value IS 37 (14.84% from 255) = 7.34%
R=47.22%
G=45.44%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382293700.040.840.0757.3185.5353.92
HexEEE52504547395636
Octal356345450412477112666
Binary1110111011100101100101010010101001111110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE525; }

 p { color: rgb(238,229,37); }

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

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

 a { background-color: rgb(238,229,37); }

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

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

 span { border-color: rgb(238,229,37); }

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