#E9D72C

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

Shades of Golden Fizz #E9D72C

Tints of Golden Fizz #E9D72C

Color information

#E9D72C (or 0xE9D72C) is unknown color: approx Golden Fizz. HEX triplet: E9, D7 and 2C. RGB value is (233,215,44). Sum of RGB (Red+Green+Blue) = 233+215+44=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D72C is #1628D3. Grayscale: #C9C9C9. Windows color (decimal): -1452244 or 2938857. OLE color: 2938857.

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

Color convert

RGB23321544-
CMYK00.080.810.09
HSL54.29º81.12%54.31%-
HSV(B)54.29º81.12%91.37%-
XYZ58.3666.1112.07-
YUV200.8939.46150.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.36%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 44 (17.58% from 255) = 8.94%
R=47.36%
G=43.70%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332154400.080.810.0954.2981.1254.31
HexE9D72C08519365136
Octal35132754010121116612166
Binary111010011101011110110001000101000110011101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D72C; }

 p { color: rgb(233,215,44); }

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

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

 a { background-color: rgb(233,215,44); }

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

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

 span { border-color: rgb(233,215,44); }

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