Shades of Terra Cotta #E96B5E
Tints of Terra Cotta #E96B5E
RGB
CMYK
RGB Variations
Color information
#E96B5E (or 0xE96B5E) is known color: Terra Cotta. HEX triplet: E9, 6B and 5E. RGB value is (233,107,94). Sum of RGB (Red+Green+Blue) = 233+107+94=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B5E is #1694A1. Grayscale: #8F8F8F. Windows color (decimal): -1479842 or 6188009. OLE color: 6188009.
HSL color Cylindrical-coordinate representation of color #E96B5E: hue angle of 5.61º 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 #E96B5E is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 94 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.09 |
| HSL | 5.61º | 0.76% | 0.64% | - |
| HSV(B) | 5.61º | 0.6% | 0.91% | - |
| XYZ | 40.88 | 28.65 | 13.96 | - |
| YUV | 143.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 94 | 0 | 0.54 | 0.60 | 0.09 | 5.61 | 0.76 | 0.64 |
| Hex | E9 | 6B | 5E | 0 | 36 | 3C | 9 | 6 | 4C | 40 |
| Octal | 351 | 153 | 136 | 0 | 66 | 74 | 11 | 6 | 114 | 100 |
| Binary | 11101001 | 1101011 | 1011110 | 0 | 110110 | 111100 | 1001 | 110 | 1001100 | 1000000 |
Color Harmonies of #E96B5E
Complementary color
Monochromatic Colors of #E96B5E
Black with #E96B5E
Text Example
Text Example
White with #E96B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96B5E; }
p { color: rgb(233,107,94); }
H1.HeaderClassName
{
color: #E96B5E;
}
.AnyTagClassName
{
color: #E96B5E;
}
</style>
background-color css
<style>
a { background-color: #E96B5E; }
a { background-color: rgb(233,107,94); }
div.DivClassName
{
background-color: #E96B5E;
}
.BgClassName
{
background-color: #E96B5E;
}
</style>
border-color css
<style>
span { border-color: #E96B5E; }
span { border-color: rgb(233,107,94); }
td.TdClassName
{
border-color: #E96B5E;
}
.TagClassName
{
border-color: #E96B5E;
}
</style>