#E1D429

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

Shades of Golden Fizz #E1D429

Tints of Golden Fizz #E1D429

Color information

#E1D429 (or 0xE1D429) is unknown color: approx Golden Fizz. HEX triplet: E1, D4 and 29. RGB value is (225,212,41). Sum of RGB (Red+Green+Blue) = 225+212+41=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D429 is #1E2BD6. Grayscale: #C5C5C5. Windows color (decimal): -1977303 or 2741473. OLE color: 2741473.

HSL color Cylindrical-coordinate representation of color #E1D429: hue angle of 55.76º 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 #E1D429 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB22521241-
CMYK00.060.820.12
HSL55.76º75.41%52.16%-
HSV(B)55.76º81.78%88.24%-
XYZ5563.2511.41-
YUV196.3940.31148.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 41 (16.41% from 255) = 8.58%
R=47.07%
G=44.35%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252124100.060.820.1255.7675.4152.16
HexE1D4290652C384b34
Octal3413245106122147011364
Binary11100001110101001010010110101001011001110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D429; }

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

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

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

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

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

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

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

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