#E0E11D

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

Shades of Golden Fizz #E0E11D

Tints of Golden Fizz #E0E11D

Color information

#E0E11D (or 0xE0E11D) is unknown color: approx Golden Fizz. HEX triplet: E0, E1 and 1D. RGB value is (224,225,29). Sum of RGB (Red+Green+Blue) = 224+225+29=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E11D is #1F1EE2. Grayscale: #CBCBCB. Windows color (decimal): -2039523 or 1958368. OLE color: 1958368.

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

Color convert

RGB22422529-
CMYK0.0000.870.12
HSL60.31º77.17%49.8%-
HSV(B)60.31º87.11%88.24%-
XYZ57.8969.7911.58-
YUV202.3630.17143.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 29 (11.72% from 255) = 6.07%
R=46.86%
G=47.07%
B=6.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224225290.0000.870.1260.3177.1749.8
HexE0E11D0057C3c4d32
Octal3403413500127147411562
Binary11100000111000011110100101011111001111001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E11D; }

 p { color: rgb(224,225,29); }

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

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

 a { background-color: rgb(224,225,29); }

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

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

 span { border-color: rgb(224,225,29); }

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