Shades of Terra Cotta #E2695E
Tints of Terra Cotta #E2695E
RGB
CMYK
RGB Variations
Color information
#E2695E (or 0xE2695E) is known color: Terra Cotta. HEX triplet: E2, 69 and 5E. RGB value is (226,105,94). Sum of RGB (Red+Green+Blue) = 226+105+94=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2695E is #1D96A1. Grayscale: #8C8C8C. Windows color (decimal): -1939106 or 6187490. OLE color: 6187490.
HSL color Cylindrical-coordinate representation of color #E2695E: hue angle of 5º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2695E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 94 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.11 |
| HSL | 5º | 0.69% | 0.63% | - |
| HSV(B) | 5º | 0.58% | 0.89% | - |
| XYZ | 38.44 | 27.08 | 13.79 | - |
| YUV | 139.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 94 | 0 | 0.54 | 0.58 | 0.11 | 5 | 0.69 | 0.63 |
| Hex | E2 | 69 | 5E | 0 | 36 | 3A | B | 5 | 45 | 3F |
| Octal | 342 | 151 | 136 | 0 | 66 | 72 | 13 | 5 | 105 | 77 |
| Binary | 11100010 | 1101001 | 1011110 | 0 | 110110 | 111010 | 1011 | 101 | 1000101 | 111111 |
Color Harmonies of #E2695E
Complementary color
Monochromatic Colors of #E2695E
Black with #E2695E
Text Example
Text Example
White with #E2695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2695E; }
p { color: rgb(226,105,94); }
H1.HeaderClassName
{
color: #E2695E;
}
.AnyTagClassName
{
color: #E2695E;
}
</style>
background-color css
<style>
a { background-color: #E2695E; }
a { background-color: rgb(226,105,94); }
div.DivClassName
{
background-color: #E2695E;
}
.BgClassName
{
background-color: #E2695E;
}
</style>
border-color css
<style>
span { border-color: #E2695E; }
span { border-color: rgb(226,105,94); }
td.TdClassName
{
border-color: #E2695E;
}
.TagClassName
{
border-color: #E2695E;
}
</style>