Shades of Tara #E1EDE0
Tints of Tara #E1EDE0
RGB
CMYK
RGB Variations
Color information
#E1EDE0 (or 0xE1EDE0) is known color: Tara. HEX triplet: E1, ED and E0. RGB value is (225,237,224). Sum of RGB (Red+Green+Blue) = 225+237+224=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDE0 is #1E121F. Grayscale: #E7E7E7. Windows color (decimal): -1970720 or 14740961. OLE color: 14740961.
HSL color Cylindrical-coordinate representation of color #E1EDE0: hue angle of 115.38º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1EDE0 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 224 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.07 |
| HSL | 115.38º | 0.27% | 0.9% | - |
| HSV(B) | 115.38º | 0.05% | 0.93% | - |
| XYZ | 74.79 | 81.96 | 82.4 | - |
| YUV | 231.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 224 | 0.05 | 0 | 0.05 | 0.07 | 115.38 | 0.27 | 0.9 |
| Hex | E1 | ED | E0 | 5 | 0 | 5 | 7 | 73 | 1B | 5A |
| Octal | 341 | 355 | 340 | 5 | 0 | 5 | 7 | 163 | 33 | 132 |
| Binary | 11100001 | 11101101 | 11100000 | 101 | 0 | 101 | 111 | 1110011 | 11011 | 1011010 |
Color Harmonies of #E1EDE0
Complementary color
Monochromatic Colors of #E1EDE0
Black with #E1EDE0
Text Example
Text Example
White with #E1EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDE0; }
p { color: rgb(225,237,224); }
H1.HeaderClassName
{
color: #E1EDE0;
}
.AnyTagClassName
{
color: #E1EDE0;
}
</style>
background-color css
<style>
a { background-color: #E1EDE0; }
a { background-color: rgb(225,237,224); }
div.DivClassName
{
background-color: #E1EDE0;
}
.BgClassName
{
background-color: #E1EDE0;
}
</style>
border-color css
<style>
span { border-color: #E1EDE0; }
span { border-color: rgb(225,237,224); }
td.TdClassName
{
border-color: #E1EDE0;
}
.TagClassName
{
border-color: #E1EDE0;
}
</style>