Shades of Tara #E1FAE0
Tints of Tara #E1FAE0
RGB
CMYK
RGB Variations
Color information
#E1FAE0 (or 0xE1FAE0) is known color: Tara. HEX triplet: E1, FA and E0. RGB value is (225,250,224). Sum of RGB (Red+Green+Blue) = 225+250+224=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FAE0 is #1E051F. Grayscale: #EFEFEF. Windows color (decimal): -1967392 or 14744289. OLE color: 14744289.
HSL color Cylindrical-coordinate representation of color #E1FAE0: hue angle of 117.69º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1FAE0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 224 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.02 |
| HSL | 117.69º | 0.72% | 0.93% | - |
| HSV(B) | 117.69º | 0.1% | 0.98% | - |
| XYZ | 78.69 | 89.76 | 83.7 | - |
| YUV | 239.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 224 | 0.10 | 0 | 0.10 | 0.02 | 117.69 | 0.72 | 0.93 |
| Hex | E1 | FA | E0 | A | 0 | A | 2 | 76 | 48 | 5D |
| Octal | 341 | 372 | 340 | 12 | 0 | 12 | 2 | 166 | 110 | 135 |
| Binary | 11100001 | 11111010 | 11100000 | 1010 | 0 | 1010 | 10 | 1110110 | 1001000 | 1011101 |
Color Harmonies of #E1FAE0
Complementary color
Monochromatic Colors of #E1FAE0
Black with #E1FAE0
Text Example
Text Example
White with #E1FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAE0; }
p { color: rgb(225,250,224); }
H1.HeaderClassName
{
color: #E1FAE0;
}
.AnyTagClassName
{
color: #E1FAE0;
}
</style>
background-color css
<style>
a { background-color: #E1FAE0; }
a { background-color: rgb(225,250,224); }
div.DivClassName
{
background-color: #E1FAE0;
}
.BgClassName
{
background-color: #E1FAE0;
}
</style>
border-color css
<style>
span { border-color: #E1FAE0; }
span { border-color: rgb(225,250,224); }
td.TdClassName
{
border-color: #E1FAE0;
}
.TagClassName
{
border-color: #E1FAE0;
}
</style>