#E5D728

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

Shades of Golden Fizz #E5D728

Tints of Golden Fizz #E5D728

Color information

#E5D728 (or 0xE5D728) is unknown color: approx Golden Fizz. HEX triplet: E5, D7 and 28. RGB value is (229,215,40). Sum of RGB (Red+Green+Blue) = 229+215+40=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D728 is #1A28D7. Grayscale: #C7C7C7. Windows color (decimal): -1714392 or 2676709. OLE color: 2676709.

HSL color Cylindrical-coordinate representation of color #E5D728: hue angle of 55.56º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5D728 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB22921540-
CMYK00.060.830.10
HSL55.56º78.42%52.75%-
HSV(B)55.56º82.53%89.8%-
XYZ5765.4111.63-
YUV199.2438.14149.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 215 (84.38% from 255) = 44.42%
BLUE value IS 40 (16.02% from 255) = 8.26%
R=47.31%
G=44.42%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292154000.060.830.1055.5678.4252.75
HexE5D7280653A384e35
Octal3453275006123127011665
Binary11100101110101111010000110101001110101110001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D728; }

 p { color: rgb(229,215,40); }

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

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

 a { background-color: rgb(229,215,40); }

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

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

 span { border-color: rgb(229,215,40); }

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