#E0DF29

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

Shades of Golden Fizz #E0DF29

Tints of Golden Fizz #E0DF29

Color information

#E0DF29 (or 0xE0DF29) is unknown color: approx Golden Fizz. HEX triplet: E0, DF and 29. RGB value is (224,223,41). Sum of RGB (Red+Green+Blue) = 224+223+41=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DF29 is #1F20D6. Grayscale: #CBCBCB. Windows color (decimal): -2040023 or 2744288. OLE color: 2744288.

HSL color Cylindrical-coordinate representation of color #E0DF29: hue angle of 59.67º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0DF29 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB22422341-
CMYK00.000.820.12
HSL59.67º74.69%51.96%-
HSV(B)59.67º81.7%87.84%-
XYZ57.5368.7812.34-
YUV202.5536.83143.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 223 (87.5% from 255) = 45.70%
BLUE value IS 41 (16.41% from 255) = 8.40%
R=45.90%
G=45.70%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242234100.000.820.1259.6774.6951.96
HexE0DF290052C3c4b34
Octal3403375100122147411364
Binary111000001101111110100100101001011001111001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DF29; }

 p { color: rgb(224,223,41); }

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

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

 a { background-color: rgb(224,223,41); }

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

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

 span { border-color: rgb(224,223,41); }

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