#E9D234

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

Shades of Golden Fizz #E9D234

Tints of Golden Fizz #E9D234

Color information

#E9D234 (or 0xE9D234) is unknown color: approx Golden Fizz. HEX triplet: E9, D2 and 34. RGB value is (233,210,52). Sum of RGB (Red+Green+Blue) = 233+210+52=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D234 is #162DCB. Grayscale: #C7C7C7. Windows color (decimal): -1453516 or 3461865. OLE color: 3461865.

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

Color convert

RGB23321052-
CMYK00.100.780.09
HSL52.38º80.44%55.88%-
HSV(B)52.38º77.68%91.37%-
XYZ57.2763.6612.52-
YUV198.8645.12152.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.07%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 52 (20.70% from 255) = 10.51%
R=47.07%
G=42.42%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332105200.100.780.0952.3880.4455.88
HexE9D2340A4E9345038
Octal35132264012116116412070
Binary111010011101001011010001010100111010011101001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D234; }

 p { color: rgb(233,210,52); }

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

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

 a { background-color: rgb(233,210,52); }

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

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

 span { border-color: rgb(233,210,52); }

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