#EEF132

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

Shades of Golden Fizz #EEF132

Tints of Golden Fizz #EEF132

Color information

#EEF132 (or 0xEEF132) is unknown color: approx Golden Fizz. HEX triplet: EE, F1 and 32. RGB value is (238,241,50). Sum of RGB (Red+Green+Blue) = 238+241+50=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF132 is #110ECD. Grayscale: #DBDBDB. Windows color (decimal): -1117902 or 3338734. OLE color: 3338734.

HSL color Cylindrical-coordinate representation of color #EEF132: hue angle of 60.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEF132 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB23824150-
CMYK0.0100.790.05
HSL60.94º87.21%57.06%-
HSV(B)60.94º79.25%94.51%-
XYZ67.2981.3215.17-
YUV218.3333.01142.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 50 (19.92% from 255) = 9.45%
R=44.99%
G=45.56%
B=9.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal238241500.0100.790.0560.9487.2157.06
HexEEF132104F53d5739
Octal356361621011757512771
Binary11101110111100011100101010011111011111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF132; }

 p { color: rgb(238,241,50); }

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

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

 a { background-color: rgb(238,241,50); }

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

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

 span { border-color: rgb(238,241,50); }

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