#E1D929

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

Shades of Golden Fizz #E1D929

Tints of Golden Fizz #E1D929

Color information

#E1D929 (or 0xE1D929) is unknown color: approx Golden Fizz. HEX triplet: E1, D9 and 29. RGB value is (225,217,41). Sum of RGB (Red+Green+Blue) = 225+217+41=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D929 is #1E26D6. Grayscale: #C8C8C8. Windows color (decimal): -1976023 or 2742753. OLE color: 2742753.

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

Color convert

RGB22521741-
CMYK00.040.820.12
HSL57.39º75.41%52.16%-
HSV(B)57.39º81.78%88.24%-
XYZ56.2665.7911.83-
YUV199.3338.65146.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 41 (16.41% from 255) = 8.49%
R=46.58%
G=44.93%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252174100.040.820.1257.3975.4152.16
HexE1D9290452C394b34
Octal3413315104122147111364
Binary11100001110110011010010100101001011001110011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D929; }

 p { color: rgb(225,217,41); }

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

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

 a { background-color: rgb(225,217,41); }

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

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

 span { border-color: rgb(225,217,41); }

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