#E0D05A

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

Shades of Manz #E0D05A

Tints of Manz #E0D05A

Color information

#E0D05A (or 0xE0D05A) is unknown color: approx Manz. HEX triplet: E0, D0 and 5A. RGB value is (224,208,90). Sum of RGB (Red+Green+Blue) = 224+208+90=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D05A is #1F2FA5. Grayscale: #C7C7C7. Windows color (decimal): -2043814 or 5951712. OLE color: 5951712.

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

Color convert

RGB22420890-
CMYK00.070.600.12
HSL52.84º68.37%61.57%-
HSV(B)52.84º59.82%87.84%-
XYZ55.1461.718.68-
YUV199.3366.3145.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.91%
GREEN value IS 208 (81.64% from 255) = 39.85%
BLUE value IS 90 (35.55% from 255) = 17.24%
R=42.91%
G=39.85%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242089000.070.600.1252.8468.3761.57
HexE0D05A073CC35443e
Octal3403201320774146510476
Binary11100000110100001011010011111110011001101011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D05A; }

 p { color: rgb(224,208,90); }

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

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

 a { background-color: rgb(224,208,90); }

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

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

 span { border-color: rgb(224,208,90); }

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