Shades of Tara #E2FAE0
Tints of Tara #E2FAE0
RGB
CMYK
RGB Variations
Color information
#E2FAE0 (or 0xE2FAE0) is known color: Tara. HEX triplet: E2, FA and E0. RGB value is (226,250,224). Sum of RGB (Red+Green+Blue) = 226+250+224=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAE0 is #1D051F. Grayscale: #EFEFEF. Windows color (decimal): -1901856 or 14744290. OLE color: 14744290.
HSL color Cylindrical-coordinate representation of color #E2FAE0: hue angle of 115.38º 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 #E2FAE0 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 224 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.02 |
| HSL | 115.38º | 0.72% | 0.93% | - |
| HSV(B) | 115.38º | 0.1% | 0.98% | - |
| XYZ | 79 | 89.92 | 83.71 | - |
| YUV | 239.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 224 | 0.10 | 0 | 0.10 | 0.02 | 115.38 | 0.72 | 0.93 |
| Hex | E2 | FA | E0 | A | 0 | A | 2 | 73 | 48 | 5D |
| Octal | 342 | 372 | 340 | 12 | 0 | 12 | 2 | 163 | 110 | 135 |
| Binary | 11100010 | 11111010 | 11100000 | 1010 | 0 | 1010 | 10 | 1110011 | 1001000 | 1011101 |
Color Harmonies of #E2FAE0
Complementary color
Monochromatic Colors of #E2FAE0
Black with #E2FAE0
Text Example
Text Example
White with #E2FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAE0; }
p { color: rgb(226,250,224); }
H1.HeaderClassName
{
color: #E2FAE0;
}
.AnyTagClassName
{
color: #E2FAE0;
}
</style>
background-color css
<style>
a { background-color: #E2FAE0; }
a { background-color: rgb(226,250,224); }
div.DivClassName
{
background-color: #E2FAE0;
}
.BgClassName
{
background-color: #E2FAE0;
}
</style>
border-color css
<style>
span { border-color: #E2FAE0; }
span { border-color: rgb(226,250,224); }
td.TdClassName
{
border-color: #E2FAE0;
}
.TagClassName
{
border-color: #E2FAE0;
}
</style>