#E8DA2F

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

Shades of Golden Fizz #E8DA2F

Tints of Golden Fizz #E8DA2F

Color information

#E8DA2F (or 0xE8DA2F) is unknown color: approx Golden Fizz. HEX triplet: E8, DA and 2F. RGB value is (232,218,47). Sum of RGB (Red+Green+Blue) = 232+218+47=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA2F is #1725D0. Grayscale: #CBCBCB. Windows color (decimal): -1517009 or 3136232. OLE color: 3136232.

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

Color convert

RGB23221847-
CMYK00.060.800.09
HSL55.46º80.09%54.71%-
HSV(B)55.46º79.74%90.98%-
XYZ58.8667.512.62-
YUV202.6940.14148.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.68%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 47 (18.75% from 255) = 9.46%
R=46.68%
G=43.86%
B=9.46%

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
Decimal2322184700.060.800.0955.4680.0954.71
HexE8DA2F06509375037
Octal3503325706120116712067
Binary11101000110110101011110110101000010011101111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA2F; }

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

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

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

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

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

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

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

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