#E5D258

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

Shades of Manz #E5D258

Tints of Manz #E5D258

Color information

#E5D258 (or 0xE5D258) is unknown color: approx Manz. HEX triplet: E5, D2 and 58. RGB value is (229,210,88). Sum of RGB (Red+Green+Blue) = 229+210+88=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D258 is #1A2DA7. Grayscale: #CACACA. Windows color (decimal): -1715624 or 5821157. OLE color: 5821157.

HSL color Cylindrical-coordinate representation of color #E5D258: hue angle of 51.91º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5D258 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22921088-
CMYK00.080.620.10
HSL51.91º73.06%62.16%-
HSV(B)51.91º61.57%89.8%-
XYZ57.1263.4618.47-
YUV201.7763.79147.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 88 (34.77% from 255) = 16.70%
R=43.45%
G=39.85%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292108800.080.620.1051.9173.0662.16
HexE5D258083EA34493e
Octal34532213001076126411176
Binary111001011101001010110000100011111010101101001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D258; }

 p { color: rgb(229,210,88); }

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

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

 a { background-color: rgb(229,210,88); }

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

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

 span { border-color: rgb(229,210,88); }

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