#E0DA20

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

Shades of Golden Fizz #E0DA20

Tints of Golden Fizz #E0DA20

Color information

#E0DA20 (or 0xE0DA20) is unknown color: approx Golden Fizz. HEX triplet: E0, DA and 20. RGB value is (224,218,32). Sum of RGB (Red+Green+Blue) = 224+218+32=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DA20 is #1F25DF. Grayscale: #C7C7C7. Windows color (decimal): -2041312 or 2153184. OLE color: 2153184.

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

Color convert

RGB22421832-
CMYK00.030.860.12
HSL58.12º75.59%50.2%-
HSV(B)58.12º85.71%87.84%-
XYZ56.0766.0911.17-
YUV198.5933.99146.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 218 (85.55% from 255) = 45.99%
BLUE value IS 32 (12.89% from 255) = 6.75%
R=47.26%
G=45.99%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242183200.030.860.1258.1275.5950.2
HexE0DA200356C3a4c32
Octal3403324003126147211462
Binary1110000011011010100000011101011011001110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA20; }

 p { color: rgb(224,218,32); }

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

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

 a { background-color: rgb(224,218,32); }

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

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

 span { border-color: rgb(224,218,32); }

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