#E0DAD1

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

Shades of Merino #E0DAD1

Tints of Merino #E0DAD1

Color information

#E0DAD1 (or 0xE0DAD1) is unknown color: approx Merino. HEX triplet: E0, DA and D1. RGB value is (224,218,209). Sum of RGB (Red+Green+Blue) = 224+218+209=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DAD1 is #1F252E. Grayscale: #DADADA. Windows color (decimal): -2041135 or 13753056. OLE color: 13753056.

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

Color convert

RGB224218209-
CMYK00.030.070.12
HSL36º19.48%84.9%-
HSV(B)36º6.7%87.84%-
XYZ67.3270.5970.4-
YUV218.77122.49131.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=34.41%
G=33.49%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421820900.030.070.123619.4884.9
HexE0DAD1037C241355
Octal340332321037144423125
Binary1110000011011010110100010111111100100100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAD1; }

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

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

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

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

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

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

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

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