#E1D22D

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

Shades of Golden Fizz #E1D22D

Tints of Golden Fizz #E1D22D

Color information

#E1D22D (or 0xE1D22D) is unknown color: approx Golden Fizz. HEX triplet: E1, D2 and 2D. RGB value is (225,210,45). Sum of RGB (Red+Green+Blue) = 225+210+45=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D22D is #1E2DD2. Grayscale: #C4C4C4. Windows color (decimal): -1977811 or 3003105. OLE color: 3003105.

HSL color Cylindrical-coordinate representation of color #E1D22D: hue angle of 55º degrees, saturation: 0.75, 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 #E1D22D is Cyan = 0, Magento = 0.07, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB22521045-
CMYK00.070.80.12
HSL55º75%52.94%-
HSV(B)55º80%88.24%-
XYZ54.5762.2911.63-
YUV195.6842.97148.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.88%
GREEN value IS 210 (82.42% from 255) = 43.75%
BLUE value IS 45 (17.97% from 255) = 9.38%
R=46.88%
G=43.75%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252104500.070.80.12557552.94
HexE1D22D0750C374b35
Octal3413225507120146711365
Binary11100001110100101011010111101000011001101111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D22D; }

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

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

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

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

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

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

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

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