#E0D757

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

Shades of Manz #E0D757

Tints of Manz #E0D757

Color information

#E0D757 (or 0xE0D757) is unknown color: approx Manz. HEX triplet: E0, D7 and 57. RGB value is (224,215,87). Sum of RGB (Red+Green+Blue) = 224+215+87=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D757 is #1F28A8. Grayscale: #CBCBCB. Windows color (decimal): -2042025 or 5756896. OLE color: 5756896.

HSL color Cylindrical-coordinate representation of color #E0D757: hue angle of 56.06º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E0D757 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22421587-
CMYK00.040.610.12
HSL56.06º68.84%60.98%-
HSV(B)56.06º61.16%87.84%-
XYZ56.7665.1418.6-
YUV203.162.48142.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 87 (34.38% from 255) = 16.54%
R=42.59%
G=40.87%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242158700.040.610.1256.0668.8460.98
HexE0D757043DC38453d
Octal3403271270475147010575
Binary11100000110101111010111010011110111001110001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D757; }

 p { color: rgb(224,215,87); }

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

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

 a { background-color: rgb(224,215,87); }

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

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

 span { border-color: rgb(224,215,87); }

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