#e5d432

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

Shades of Golden Fizz #E5D432

Tints of Golden Fizz #E5D432

Color information

#E5D432 (or 0xE5D432) is unknown color: approx Golden Fizz. HEX triplet: E5, D4 and 32. RGB value is (229,212,50). Sum of RGB (Red+Green+Blue) = 229+212+50=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D432 is #1A2BCD. Grayscale: #C7C7C7. Windows color (decimal): -1715150 or 3331301. OLE color: 3331301.

HSL color Cylindrical-coordinate representation of color #E5D432: hue angle of 54.3º 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 #E5D432 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB22921250-
CMYK00.070.780.10
HSL54.3º77.49%54.71%-
HSV(B)54.3º78.17%89.8%-
XYZ56.4363.9812.39-
YUV198.6144.13149.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 50 (19.92% from 255) = 10.18%
R=46.64%
G=43.18%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292125000.070.780.1054.377.4954.71
HexE5D432074EA364d37
Octal3453246207116126611567
Binary11100101110101001100100111100111010101101101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5d432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5d432; }

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

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

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

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

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

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

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

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