#E7D330

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

Shades of Golden Fizz #E7D330

Tints of Golden Fizz #E7D330

Color information

#E7D330 (or 0xE7D330) is unknown color: approx Golden Fizz. HEX triplet: E7, D3 and 30. RGB value is (231,211,48). Sum of RGB (Red+Green+Blue) = 231+211+48=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D330 is #182CCF. Grayscale: #C7C7C7. Windows color (decimal): -1584336 or 3199975. OLE color: 3199975.

HSL color Cylindrical-coordinate representation of color #E7D330: hue angle of 53.44º 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 #E7D330 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB23121148-
CMYK00.090.790.09
HSL53.44º79.22%54.71%-
HSV(B)53.44º79.22%90.59%-
XYZ56.7863.7912.12-
YUV198.443.13151.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 211 (82.81% from 255) = 43.06%
BLUE value IS 48 (19.14% from 255) = 9.80%
R=47.14%
G=43.06%
B=9.80%

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
Decimal2312114800.090.790.0953.4479.2254.71
HexE7D330094F9354f37
Octal34732360011117116511767
Binary111001111101001111000001001100111110011101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D330; }

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

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

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

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

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

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

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

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