#E5EF29

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

Shades of Golden Fizz #E5EF29

Tints of Golden Fizz #E5EF29

Color information

#E5EF29 (or 0xE5EF29) is unknown color: approx Golden Fizz. HEX triplet: E5, EF and 29. RGB value is (229,239,41). Sum of RGB (Red+Green+Blue) = 229+239+41=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF29 is #1A10D6. Grayscale: #D6D6D6. Windows color (decimal): -1708247 or 2748389. OLE color: 2748389.

HSL color Cylindrical-coordinate representation of color #E5EF29: hue angle of 63.03º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5EF29 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB22923941-
CMYK0.0400.830.06
HSL63.03º86.09%54.9%-
HSV(B)63.03º82.85%93.73%-
XYZ63.5878.5513.91-
YUV213.4430.69139.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 41 (16.41% from 255) = 8.06%
R=44.99%
G=46.95%
B=8.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal229239410.0400.830.0663.0386.0954.9
HexE5EF29405363f5637
Octal345357514012367712667
Binary1110010111101111101001100010100111101111111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EF29; }

 p { color: rgb(229,239,41); }

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

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

 a { background-color: rgb(229,239,41); }

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

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

 span { border-color: rgb(229,239,41); }

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