#E8D332

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

Shades of Golden Fizz #E8D332

Tints of Golden Fizz #E8D332

Color information

#E8D332 (or 0xE8D332) is unknown color: approx Golden Fizz. HEX triplet: E8, D3 and 32. RGB value is (232,211,50). Sum of RGB (Red+Green+Blue) = 232+211+50=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D332 is #172CCD. Grayscale: #C7C7C7. Windows color (decimal): -1518798 or 3331048. OLE color: 3331048.

HSL color Cylindrical-coordinate representation of color #E8D332: hue angle of 53.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8D332 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23221150-
CMYK00.090.780.09
HSL53.08º79.82%55.29%-
HSV(B)53.08º78.45%90.98%-
XYZ57.1563.9712.35-
YUV198.9243.96151.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.06%
GREEN value IS 211 (82.81% from 255) = 42.80%
BLUE value IS 50 (19.92% from 255) = 10.14%
R=47.06%
G=42.80%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322115000.090.780.0953.0879.8255.29
HexE8D332094E9355037
Octal35032362011116116512067
Binary111010001101001111001001001100111010011101011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D332; }

 p { color: rgb(232,211,50); }

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

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

 a { background-color: rgb(232,211,50); }

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

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

 span { border-color: rgb(232,211,50); }

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