#E7D234

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

Shades of Golden Fizz #E7D234

Tints of Golden Fizz #E7D234

Color information

#E7D234 (or 0xE7D234) is unknown color: approx Golden Fizz. HEX triplet: E7, D2 and 34. RGB value is (231,210,52). Sum of RGB (Red+Green+Blue) = 231+210+52=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D234 is #182DCB. Grayscale: #C6C6C6. Windows color (decimal): -1584588 or 3461863. OLE color: 3461863.

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

Color convert

RGB23121052-
CMYK00.090.770.09
HSL52.96º78.85%55.49%-
HSV(B)52.96º77.49%90.59%-
XYZ56.6263.3312.49-
YUV198.2745.46151.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 52 (20.70% from 255) = 10.55%
R=46.86%
G=42.60%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312105200.090.770.0952.9678.8555.49
HexE7D234094D9354f37
Octal34732264011115116511767
Binary111001111101001011010001001100110110011101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D234; }

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

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

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

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

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

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

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

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