#E0DE5C

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

Shades of Manz #E0DE5C

Tints of Manz #E0DE5C

Color information

#E0DE5C (or 0xE0DE5C) is unknown color: approx Manz. HEX triplet: E0, DE and 5C. RGB value is (224,222,92). Sum of RGB (Red+Green+Blue) = 224+222+92=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DE5C is #1F21A3. Grayscale: #D0D0D0. Windows color (decimal): -2040228 or 6086368. OLE color: 6086368.

HSL color Cylindrical-coordinate representation of color #E0DE5C: hue angle of 59.09º 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 #E0DE5C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22422292-
CMYK00.010.590.12
HSL59.09º68.04%61.96%-
HSV(B)59.09º58.93%87.84%-
XYZ58.7968.8620.32-
YUV207.7862.66139.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 92 (36.33% from 255) = 17.10%
R=41.64%
G=41.26%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242229200.010.590.1259.0968.0461.96
HexE0DE5C013BC3b443e
Octal3403361340173147310476
Binary111000001101111010111000111101111001110111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DE5C; }

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

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

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

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

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

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

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

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