#E8D92F

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

Shades of Golden Fizz #E8D92F

Tints of Golden Fizz #E8D92F

Color information

#E8D92F (or 0xE8D92F) is unknown color: approx Golden Fizz. HEX triplet: E8, D9 and 2F. RGB value is (232,217,47). Sum of RGB (Red+Green+Blue) = 232+217+47=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D92F is #1726D0. Grayscale: #CACACA. Windows color (decimal): -1517265 or 3135976. OLE color: 3135976.

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

Color convert

RGB23221747-
CMYK00.060.800.09
HSL55.14º80.09%54.71%-
HSV(B)55.14º79.74%90.98%-
XYZ58.666.9912.53-
YUV202.140.47149.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.77%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 47 (18.75% from 255) = 9.48%
R=46.77%
G=43.75%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322174700.060.800.0955.1480.0954.71
HexE8D92F06509375037
Octal3503315706120116712067
Binary11101000110110011011110110101000010011101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D92F; }

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

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

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

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

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

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

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

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