#E7D230

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

Shades of Golden Fizz #E7D230

Tints of Golden Fizz #E7D230

Color information

#E7D230 (or 0xE7D230) is unknown color: approx Golden Fizz. HEX triplet: E7, D2 and 30. RGB value is (231,210,48). Sum of RGB (Red+Green+Blue) = 231+210+48=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D230 is #182DCF. Grayscale: #C6C6C6. Windows color (decimal): -1584592 or 3199719. OLE color: 3199719.

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

Color convert

RGB23121048-
CMYK00.090.790.09
HSL53.11º79.22%54.71%-
HSV(B)53.11º79.22%90.59%-
XYZ56.5463.312.03-
YUV197.8143.46151.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.24%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 48 (19.14% from 255) = 9.82%
R=47.24%
G=42.94%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312104800.090.790.0953.1179.2254.71
HexE7D230094F9354f37
Octal34732260011117116511767
Binary111001111101001011000001001100111110011101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D230; }

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

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

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

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

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

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

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

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