#e5dd32

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

Shades of Golden Fizz #E5DD32

Tints of Golden Fizz #E5DD32

Color information

#E5DD32 (or 0xE5DD32) is unknown color: approx Golden Fizz. HEX triplet: E5, DD and 32. RGB value is (229,221,50). Sum of RGB (Red+Green+Blue) = 229+221+50=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD32 is #1A22CD. Grayscale: #CCCCCC. Windows color (decimal): -1712846 or 3333605. OLE color: 3333605.

HSL color Cylindrical-coordinate representation of color #E5DD32: hue angle of 57.32º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5DD32 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB22922150-
CMYK00.030.780.10
HSL57.32º77.49%54.71%-
HSV(B)57.32º78.17%89.8%-
XYZ58.7568.613.16-
YUV203.941.15145.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 50 (19.92% from 255) = 10%
R=45.8%
G=44.2%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292215000.030.780.1057.3277.4954.71
HexE5DD32034EA394d37
Octal3453356203116127111567
Binary1110010111011101110010011100111010101110011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5dd32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5dd32; }

 p { color: rgb(229,221,50); }

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

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

 a { background-color: rgb(229,221,50); }

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

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

 span { border-color: rgb(229,221,50); }

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