#e0d15b

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

Shades of Manz #E0D15B

Tints of Manz #E0D15B

Color information

#E0D15B (or 0xE0D15B) is unknown color: approx Manz. HEX triplet: E0, D1 and 5B. RGB value is (224,209,91). Sum of RGB (Red+Green+Blue) = 224+209+91=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D15B is #1F2EA4. Grayscale: #C8C8C8. Windows color (decimal): -2043557 or 6017504. OLE color: 6017504.

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

Color convert

RGB22420991-
CMYK00.070.590.12
HSL53.23º68.21%61.76%-
HSV(B)53.23º59.38%87.84%-
XYZ55.4362.218.98-
YUV200.0366.47145.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 91 (35.94% from 255) = 17.37%
R=42.75%
G=39.89%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242099100.070.590.1253.2368.2161.76
HexE0D15B073BC35443e
Octal3403211330773146510476
Binary11100000110100011011011011111101111001101011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d15b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d15b; }

 p { color: rgb(224,209,91); }

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

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

 a { background-color: rgb(224,209,91); }

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

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

 span { border-color: rgb(224,209,91); }

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