#E0D628

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

Shades of Golden Fizz #E0D628

Tints of Golden Fizz #E0D628

Color information

#E0D628 (or 0xE0D628) is unknown color: approx Golden Fizz. HEX triplet: E0, D6 and 28. RGB value is (224,214,40). Sum of RGB (Red+Green+Blue) = 224+214+40=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D628 is #1F29D7. Grayscale: #C5C5C5. Windows color (decimal): -2042328 or 2676448. OLE color: 2676448.

HSL color Cylindrical-coordinate representation of color #E0D628: hue angle of 56.74º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0D628 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB22421440-
CMYK00.040.820.12
HSL56.74º74.8%51.76%-
HSV(B)56.74º82.14%87.84%-
XYZ55.1764.0911.47-
YUV197.1539.31147.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 40 (16.02% from 255) = 8.37%
R=46.86%
G=44.77%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242144000.040.820.1256.7474.851.76
HexE0D6280452C394b34
Octal3403265004122147111364
Binary11100000110101101010000100101001011001110011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D628; }

 p { color: rgb(224,214,40); }

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

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

 a { background-color: rgb(224,214,40); }

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

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

 span { border-color: rgb(224,214,40); }

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