Shades of Terra Cotta #E96F5F
Tints of Terra Cotta #E96F5F
RGB
CMYK
RGB Variations
Color information
#E96F5F (or 0xE96F5F) is known color: Terra Cotta. HEX triplet: E9, 6F and 5F. RGB value is (233,111,95). Sum of RGB (Red+Green+Blue) = 233+111+95=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96F5F is #1690A0. Grayscale: #919191. Windows color (decimal): -1478817 or 6254569. OLE color: 6254569.
HSL color Cylindrical-coordinate representation of color #E96F5F: hue angle of 6.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96F5F is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 95 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.09 |
| HSL | 6.96º | 0.76% | 0.64% | - |
| HSV(B) | 6.96º | 0.59% | 0.91% | - |
| XYZ | 41.35 | 29.52 | 14.34 | - |
| YUV | 145.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 95 | 0 | 0.52 | 0.59 | 0.09 | 6.96 | 0.76 | 0.64 |
| Hex | E9 | 6F | 5F | 0 | 34 | 3B | 9 | 7 | 4C | 40 |
| Octal | 351 | 157 | 137 | 0 | 64 | 73 | 11 | 7 | 114 | 100 |
| Binary | 11101001 | 1101111 | 1011111 | 0 | 110100 | 111011 | 1001 | 111 | 1001100 | 1000000 |
Color Harmonies of #E96F5F
Complementary color
Monochromatic Colors of #E96F5F
Black with #E96F5F
Text Example
Text Example
White with #E96F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96F5F; }
p { color: rgb(233,111,95); }
H1.HeaderClassName
{
color: #E96F5F;
}
.AnyTagClassName
{
color: #E96F5F;
}
</style>
background-color css
<style>
a { background-color: #E96F5F; }
a { background-color: rgb(233,111,95); }
div.DivClassName
{
background-color: #E96F5F;
}
.BgClassName
{
background-color: #E96F5F;
}
</style>
border-color css
<style>
span { border-color: #E96F5F; }
span { border-color: rgb(233,111,95); }
td.TdClassName
{
border-color: #E96F5F;
}
.TagClassName
{
border-color: #E96F5F;
}
</style>