#E0DF21

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

Shades of Golden Fizz #E0DF21

Tints of Golden Fizz #E0DF21

Color information

#E0DF21 (or 0xE0DF21) is unknown color: approx Golden Fizz. HEX triplet: E0, DF and 21. RGB value is (224,223,33). Sum of RGB (Red+Green+Blue) = 224+223+33=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DF21 is #1F20DE. Grayscale: #CACACA. Windows color (decimal): -2040031 or 2220000. OLE color: 2220000.

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

Color convert

RGB22422333-
CMYK00.000.850.12
HSL59.69º75.49%50.39%-
HSV(B)59.69º85.27%87.84%-
XYZ57.468.7311.68-
YUV201.6432.83143.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 223 (87.5% from 255) = 46.46%
BLUE value IS 33 (13.28% from 255) = 6.88%
R=46.67%
G=46.46%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242233300.000.850.1259.6975.4950.39
HexE0DF210055C3c4b32
Octal3403374100125147411362
Binary111000001101111110000100101010111001111001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DF21; }

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

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

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

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

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

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

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

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