#EEF126

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

Shades of Golden Fizz #EEF126

Tints of Golden Fizz #EEF126

Color information

#EEF126 (or 0xEEF126) is unknown color: approx Golden Fizz. HEX triplet: EE, F1 and 26. RGB value is (238,241,38). Sum of RGB (Red+Green+Blue) = 238+241+38=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 38 (15.23% from 255 or 7.35% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF126 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF126 is #110ED9. Grayscale: #D9D9D9. Windows color (decimal): -1117914 or 2552302. OLE color: 2552302.

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

Color convert

RGB23824138-
CMYK0.0100.840.05
HSL60.89º87.88%54.71%-
HSV(B)60.89º84.23%94.51%-
XYZ67.0781.2313.98-
YUV216.9627.01143.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 241 (94.53% from 255) = 46.62%
BLUE value IS 38 (15.23% from 255) = 7.35%
R=46.03%
G=46.62%
B=7.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal238241380.0100.840.0560.8987.8854.71
HexEEF126105453d5837
Octal356361461012457513067
Binary11101110111100011001101010101001011111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF126; }

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

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

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

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

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

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

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

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