#E0DE1E

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

Shades of Golden Fizz #E0DE1E

Tints of Golden Fizz #E0DE1E

Color information

#E0DE1E (or 0xE0DE1E) is unknown color: approx Golden Fizz. HEX triplet: E0, DE and 1E. RGB value is (224,222,30). Sum of RGB (Red+Green+Blue) = 224+222+30=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DE1E is #1F21E1. Grayscale: #C9C9C9. Windows color (decimal): -2040290 or 2023136. OLE color: 2023136.

HSL color Cylindrical-coordinate representation of color #E0DE1E: hue angle of 59.38º degrees, saturation: 0.76, 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 #E0DE1E is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22422230-
CMYK00.010.870.12
HSL59.38º76.38%49.8%-
HSV(B)59.38º86.61%87.84%-
XYZ57.168.1811.38-
YUV200.7131.66144.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 30 (12.11% from 255) = 6.30%
R=47.06%
G=46.64%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242223000.010.870.1259.3876.3849.8
HexE0DE1E0157C3b4c32
Octal3403363601127147311462
Binary11100000110111101111001101011111001110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE1E; }

 p { color: rgb(224,222,30); }

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

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

 a { background-color: rgb(224,222,30); }

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

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

 span { border-color: rgb(224,222,30); }

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