#E8DA24

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

Shades of Golden Fizz #E8DA24

Tints of Golden Fizz #E8DA24

Color information

#E8DA24 (or 0xE8DA24) is unknown color: approx Golden Fizz. HEX triplet: E8, DA and 24. RGB value is (232,218,36). Sum of RGB (Red+Green+Blue) = 232+218+36=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA24 is #1725DB. Grayscale: #CACACA. Windows color (decimal): -1517020 or 2415336. OLE color: 2415336.

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

Color convert

RGB23221836-
CMYK00.060.840.09
HSL55.71º80.99%52.55%-
HSV(B)55.71º84.48%90.98%-
XYZ58.6767.4311.59-
YUV201.4434.64149.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 36 (14.45% from 255) = 7.41%
R=47.74%
G=44.86%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322183600.060.840.0955.7180.9952.55
HexE8DA2406549385135
Octal3503324406124117012165
Binary11101000110110101001000110101010010011110001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA24; }

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

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

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

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

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

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

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

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