Shades of Terra Cotta #E96A57
Tints of Terra Cotta #E96A57
RGB
CMYK
RGB Variations
Color information
#E96A57 (or 0xE96A57) is known color: Terra Cotta. HEX triplet: E9, 6A and 57. RGB value is (233,106,87). Sum of RGB (Red+Green+Blue) = 233+106+87=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A57 is #1695A8. Grayscale: #8E8E8E. Windows color (decimal): -1480105 or 5729001. OLE color: 5729001.
HSL color Cylindrical-coordinate representation of color #E96A57: hue angle of 7.81º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E96A57 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 87 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.09 |
| HSL | 7.81º | 0.77% | 0.63% | - |
| HSV(B) | 7.81º | 0.63% | 0.91% | - |
| XYZ | 40.48 | 28.32 | 12.35 | - |
| YUV | 141.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 87 | 0 | 0.55 | 0.63 | 0.09 | 7.81 | 0.77 | 0.63 |
| Hex | E9 | 6A | 57 | 0 | 37 | 3F | 9 | 8 | 4D | 3F |
| Octal | 351 | 152 | 127 | 0 | 67 | 77 | 11 | 10 | 115 | 77 |
| Binary | 11101001 | 1101010 | 1010111 | 0 | 110111 | 111111 | 1001 | 1000 | 1001101 | 111111 |
Color Harmonies of #E96A57
Complementary color
Monochromatic Colors of #E96A57
Black with #E96A57
Text Example
Text Example
White with #E96A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A57; }
p { color: rgb(233,106,87); }
H1.HeaderClassName
{
color: #E96A57;
}
.AnyTagClassName
{
color: #E96A57;
}
</style>
background-color css
<style>
a { background-color: #E96A57; }
a { background-color: rgb(233,106,87); }
div.DivClassName
{
background-color: #E96A57;
}
.BgClassName
{
background-color: #E96A57;
}
</style>
border-color css
<style>
span { border-color: #E96A57; }
span { border-color: rgb(233,106,87); }
td.TdClassName
{
border-color: #E96A57;
}
.TagClassName
{
border-color: #E96A57;
}
</style>