#E0D560

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

Shades of Manz #E0D560

Tints of Manz #E0D560

Color information

#E0D560 (or 0xE0D560) is unknown color: approx Manz. HEX triplet: E0, D5 and 60. RGB value is (224,213,96). Sum of RGB (Red+Green+Blue) = 224+213+96=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D560 is #1F2A9F. Grayscale: #CBCBCB. Windows color (decimal): -2042528 or 6346208. OLE color: 6346208.

HSL color Cylindrical-coordinate representation of color #E0D560: hue angle of 54.84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0D560 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22421396-
CMYK00.050.570.12
HSL54.84º67.37%62.75%-
HSV(B)54.84º57.14%87.84%-
XYZ56.6564.2820.49-
YUV202.9567.64143.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 96 (37.89% from 255) = 18.01%
R=42.03%
G=39.96%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242139600.050.570.1254.8467.3762.75
HexE0D5600539C37433f
Octal3403251400571146710377
Binary11100000110101011100000010111100111001101111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D560; }

 p { color: rgb(224,213,96); }

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

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

 a { background-color: rgb(224,213,96); }

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

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

 span { border-color: rgb(224,213,96); }

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