#E5D632

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

Shades of Golden Fizz #E5D632

Tints of Golden Fizz #E5D632

Color information

#E5D632 (or 0xE5D632) is unknown color: approx Golden Fizz. HEX triplet: E5, D6 and 32. RGB value is (229,214,50). Sum of RGB (Red+Green+Blue) = 229+214+50=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D632 is #1A29CD. Grayscale: #C8C8C8. Windows color (decimal): -1714638 or 3331813. OLE color: 3331813.

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

Color convert

RGB22921450-
CMYK00.070.780.10
HSL54.97º77.49%54.71%-
HSV(B)54.97º78.17%89.8%-
XYZ56.9464.9812.56-
YUV199.7943.47148.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 50 (19.92% from 255) = 10.14%
R=46.45%
G=43.41%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292145000.070.780.1054.9777.4954.71
HexE5D632074EA374d37
Octal3453266207116126711567
Binary11100101110101101100100111100111010101101111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D632; }

 p { color: rgb(229,214,50); }

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

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

 a { background-color: rgb(229,214,50); }

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

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

 span { border-color: rgb(229,214,50); }

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