Shades of Terra Cotta #E96A5E
Tints of Terra Cotta #E96A5E
RGB
CMYK
RGB Variations
Color information
#E96A5E (or 0xE96A5E) is known color: Terra Cotta. HEX triplet: E9, 6A and 5E. RGB value is (233,106,94). Sum of RGB (Red+Green+Blue) = 233+106+94=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A5E is #1695A1. Grayscale: #8E8E8E. Windows color (decimal): -1480098 or 6187753. OLE color: 6187753.
HSL color Cylindrical-coordinate representation of color #E96A5E: hue angle of 5.18º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E96A5E is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 94 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.09 |
| HSL | 5.18º | 0.76% | 0.64% | - |
| HSV(B) | 5.18º | 0.6% | 0.91% | - |
| XYZ | 40.78 | 28.44 | 13.93 | - |
| YUV | 142.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 94 | 0 | 0.55 | 0.60 | 0.09 | 5.18 | 0.76 | 0.64 |
| Hex | E9 | 6A | 5E | 0 | 37 | 3C | 9 | 5 | 4C | 40 |
| Octal | 351 | 152 | 136 | 0 | 67 | 74 | 11 | 5 | 114 | 100 |
| Binary | 11101001 | 1101010 | 1011110 | 0 | 110111 | 111100 | 1001 | 101 | 1001100 | 1000000 |
Color Harmonies of #E96A5E
Complementary color
Monochromatic Colors of #E96A5E
Black with #E96A5E
Text Example
Text Example
White with #E96A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A5E; }
p { color: rgb(233,106,94); }
H1.HeaderClassName
{
color: #E96A5E;
}
.AnyTagClassName
{
color: #E96A5E;
}
</style>
background-color css
<style>
a { background-color: #E96A5E; }
a { background-color: rgb(233,106,94); }
div.DivClassName
{
background-color: #E96A5E;
}
.BgClassName
{
background-color: #E96A5E;
}
</style>
border-color css
<style>
span { border-color: #E96A5E; }
span { border-color: rgb(233,106,94); }
td.TdClassName
{
border-color: #E96A5E;
}
.TagClassName
{
border-color: #E96A5E;
}
</style>