#E8D82F

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

Shades of Golden Fizz #E8D82F

Tints of Golden Fizz #E8D82F

Color information

#E8D82F (or 0xE8D82F) is unknown color: approx Golden Fizz. HEX triplet: E8, D8 and 2F. RGB value is (232,216,47). Sum of RGB (Red+Green+Blue) = 232+216+47=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D82F is #1727D0. Grayscale: #CACACA. Windows color (decimal): -1517521 or 3135720. OLE color: 3135720.

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

Color convert

RGB23221647-
CMYK00.070.800.09
HSL54.81º80.09%54.71%-
HSV(B)54.81º79.74%90.98%-
XYZ58.3566.4712.44-
YUV201.5240.8149.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 47 (18.75% from 255) = 9.49%
R=46.87%
G=43.64%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322164700.070.800.0954.8180.0954.71
HexE8D82F07509375037
Octal3503305707120116712067
Binary11101000110110001011110111101000010011101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D82F; }

 p { color: rgb(232,216,47); }

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

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

 a { background-color: rgb(232,216,47); }

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

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

 span { border-color: rgb(232,216,47); }

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