#E8D730

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

Shades of Golden Fizz #E8D730

Tints of Golden Fizz #E8D730

Color information

#E8D730 (or 0xE8D730) is unknown color: approx Golden Fizz. HEX triplet: E8, D7 and 30. RGB value is (232,215,48). Sum of RGB (Red+Green+Blue) = 232+215+48=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D730 is #1728CF. Grayscale: #C9C9C9. Windows color (decimal): -1517776 or 3201000. OLE color: 3201000.

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

Color convert

RGB23221548-
CMYK00.070.790.09
HSL54.46º80%54.9%-
HSV(B)54.46º79.31%90.98%-
XYZ58.1165.9712.47-
YUV201.0441.63150.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 215 (84.38% from 255) = 43.43%
BLUE value IS 48 (19.14% from 255) = 9.70%
R=46.87%
G=43.43%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322154800.070.790.0954.468054.9
HexE8D730074F9365037
Octal3503276007117116612067
Binary11101000110101111100000111100111110011101101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D730; }

 p { color: rgb(232,215,48); }

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

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

 a { background-color: rgb(232,215,48); }

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

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

 span { border-color: rgb(232,215,48); }

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