#E0DB5C

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

Shades of Manz #E0DB5C

Tints of Manz #E0DB5C

Color information

#E0DB5C (or 0xE0DB5C) is unknown color: approx Manz. HEX triplet: E0, DB and 5C. RGB value is (224,219,92). Sum of RGB (Red+Green+Blue) = 224+219+92=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB5C is #1F24A3. Grayscale: #CECECE. Windows color (decimal): -2040996 or 6085600. OLE color: 6085600.

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

Color convert

RGB22421992-
CMYK00.020.590.12
HSL57.73º68.04%61.96%-
HSV(B)57.73º58.93%87.84%-
XYZ5867.2820.06-
YUV206.0263.66140.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 92 (36.33% from 255) = 17.20%
R=41.87%
G=40.93%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242199200.020.590.1257.7368.0461.96
HexE0DB5C023BC3a443e
Octal3403331340273147210476
Binary1110000011011011101110001011101111001110101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DB5C; }

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

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

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

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

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

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

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

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