#E0D9CD

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

Shades of Merino #E0D9CD

Tints of Merino #E0D9CD

Color information

#E0D9CD (or 0xE0D9CD) is unknown color: approx Merino. HEX triplet: E0, D9 and CD. RGB value is (224,217,205). Sum of RGB (Red+Green+Blue) = 224+217+205=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9CD is #1F2632. Grayscale: #D9D9D9. Windows color (decimal): -2041395 or 13490656. OLE color: 13490656.

HSL color Cylindrical-coordinate representation of color #E0D9CD: hue angle of 37.89º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D9CD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224217205-
CMYK00.030.080.12
HSL37.89º23.46%84.12%-
HSV(B)37.89º8.48%87.84%-
XYZ66.5769.8867.74-
YUV217.72120.82132.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=34.67%
G=33.59%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421720500.030.080.1237.8923.4684.12
HexE0D9CD038C261754
Octal3403313150310144627124
Binary11100000110110011100110101110001100100110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9CD; }

 p { color: rgb(224,217,205); }

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

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

 a { background-color: rgb(224,217,205); }

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

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

 span { border-color: rgb(224,217,205); }

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