#E0D15C

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

Shades of Manz #E0D15C

Tints of Manz #E0D15C

Color information

#E0D15C (or 0xE0D15C) is unknown color: approx Manz. HEX triplet: E0, D1 and 5C. RGB value is (224,209,92). Sum of RGB (Red+Green+Blue) = 224+209+92=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D15C is #1F2EA3. Grayscale: #C8C8C8. Windows color (decimal): -2043556 or 6083040. OLE color: 6083040.

HSL color Cylindrical-coordinate representation of color #E0D15C: hue angle of 53.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0D15C is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22420992-
CMYK00.070.590.12
HSL53.18º68.04%61.96%-
HSV(B)53.18º58.93%87.84%-
XYZ55.4762.2219.21-
YUV200.1566.97145.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 92 (36.33% from 255) = 17.52%
R=42.67%
G=39.81%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242099200.070.590.1253.1868.0461.96
HexE0D15C073BC35443e
Octal3403211340773146510476
Binary11100000110100011011100011111101111001101011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D15C; }

 p { color: rgb(224,209,92); }

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

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

 a { background-color: rgb(224,209,92); }

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

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

 span { border-color: rgb(224,209,92); }

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