#E5D358

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

Shades of Manz #E5D358

Tints of Manz #E5D358

Color information

#E5D358 (or 0xE5D358) is unknown color: approx Manz. HEX triplet: E5, D3 and 58. RGB value is (229,211,88). Sum of RGB (Red+Green+Blue) = 229+211+88=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D358 is #1A2CA7. Grayscale: #CACACA. Windows color (decimal): -1715368 or 5821413. OLE color: 5821413.

HSL color Cylindrical-coordinate representation of color #E5D358: hue angle of 52.34º 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 #E5D358 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22921188-
CMYK00.080.620.10
HSL52.34º73.06%62.16%-
HSV(B)52.34º61.57%89.8%-
XYZ57.3763.9518.55-
YUV202.3663.46147-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.37%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 88 (34.77% from 255) = 16.67%
R=43.37%
G=39.96%
B=16.67%

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
Decimal2292118800.080.620.1052.3473.0662.16
HexE5D358083EA34493e
Octal34532313001076126411176
Binary111001011101001110110000100011111010101101001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D358; }

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

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

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

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

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

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

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

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