#E8DA2D

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

Shades of Golden Fizz #E8DA2D

Tints of Golden Fizz #E8DA2D

Color information

#E8DA2D (or 0xE8DA2D) is unknown color: approx Golden Fizz. HEX triplet: E8, DA and 2D. RGB value is (232,218,45). Sum of RGB (Red+Green+Blue) = 232+218+45=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA2D is #1725D2. Grayscale: #CBCBCB. Windows color (decimal): -1517011 or 3005160. OLE color: 3005160.

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

Color convert

RGB23221845-
CMYK00.060.810.09
HSL55.51º80.26%54.31%-
HSV(B)55.51º80.6%90.98%-
XYZ58.8267.4912.41-
YUV202.4639.14149.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 45 (17.97% from 255) = 9.09%
R=46.87%
G=44.04%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322184500.060.810.0955.5180.2654.31
HexE8DA2D06519385036
Octal3503325506121117012066
Binary11101000110110101011010110101000110011110001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA2D; }

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

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

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

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

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

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

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

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