Shades of New Tan #E8CAA5
Tints of New Tan #E8CAA5
RGB
CMYK
RGB Variations
Color information
#E8CAA5 (or 0xE8CAA5) is known color: New Tan. HEX triplet: E8, CA and A5. RGB value is (232,202,165). Sum of RGB (Red+Green+Blue) = 232+202+165=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CAA5 is #17355A. Grayscale: #CECECE. Windows color (decimal): -1520987 or 10865384. OLE color: 10865384.
HSL color Cylindrical-coordinate representation of color #E8CAA5: hue angle of 33.13º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8CAA5 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 165 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.09 |
| HSL | 33.13º | 0.59% | 0.78% | - |
| HSV(B) | 33.13º | 0.29% | 0.91% | - |
| XYZ | 61.19 | 62.11 | 44.36 | - |
| YUV | 206.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 165 | 0 | 0.13 | 0.29 | 0.09 | 33.13 | 0.59 | 0.78 |
| Hex | E8 | CA | A5 | 0 | D | 1D | 9 | 21 | 3B | 4E |
| Octal | 350 | 312 | 245 | 0 | 15 | 35 | 11 | 41 | 73 | 116 |
| Binary | 11101000 | 11001010 | 10100101 | 0 | 1101 | 11101 | 1001 | 100001 | 111011 | 1001110 |
Color Harmonies of #E8CAA5
Complementary color
Monochromatic Colors of #E8CAA5
Black with #E8CAA5
Text Example
Text Example
White with #E8CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CAA5; }
p { color: rgb(232,202,165); }
H1.HeaderClassName
{
color: #E8CAA5;
}
.AnyTagClassName
{
color: #E8CAA5;
}
</style>
background-color css
<style>
a { background-color: #E8CAA5; }
a { background-color: rgb(232,202,165); }
div.DivClassName
{
background-color: #E8CAA5;
}
.BgClassName
{
background-color: #E8CAA5;
}
</style>
border-color css
<style>
span { border-color: #E8CAA5; }
span { border-color: rgb(232,202,165); }
td.TdClassName
{
border-color: #E8CAA5;
}
.TagClassName
{
border-color: #E8CAA5;
}
</style>