#e0d22d

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

Shades of Golden Fizz #E0D22D

Tints of Golden Fizz #E0D22D

Color information

#E0D22D (or 0xE0D22D) is unknown color: approx Golden Fizz. HEX triplet: E0, D2 and 2D. RGB value is (224,210,45). Sum of RGB (Red+Green+Blue) = 224+210+45=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D22D is #1F2DD2. Grayscale: #C4C4C4. Windows color (decimal): -2043347 or 3003104. OLE color: 3003104.

HSL color Cylindrical-coordinate representation of color #E0D22D: hue angle of 55.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0D22D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22421045-
CMYK00.060.800.12
HSL55.31º74.27%52.75%-
HSV(B)55.31º79.91%87.84%-
XYZ54.2662.1311.62-
YUV195.3843.14148.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 45 (17.97% from 255) = 9.39%
R=46.76%
G=43.84%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242104500.060.800.1255.3174.2752.75
HexE0D22D0650C374a35
Octal3403225506120146711265
Binary11100000110100101011010110101000011001101111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d22d; }

 p { color: rgb(224,210,45); }

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

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

 a { background-color: rgb(224,210,45); }

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

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

 span { border-color: rgb(224,210,45); }

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