Shades of Terra Cotta #E96A5C
Tints of Terra Cotta #E96A5C
RGB
CMYK
RGB Variations
Color information
#E96A5C (or 0xE96A5C) is known color: Terra Cotta. HEX triplet: E9, 6A and 5C. RGB value is (233,106,92). Sum of RGB (Red+Green+Blue) = 233+106+92=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A5C is #1695A3. Grayscale: #8E8E8E. Windows color (decimal): -1480100 or 6056681. OLE color: 6056681.
HSL color Cylindrical-coordinate representation of color #E96A5C: hue angle of 5.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E96A5C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 106 | 92 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.09 |
| HSL | 5.96º | 0.76% | 0.64% | - |
| HSV(B) | 5.96º | 0.61% | 0.91% | - |
| XYZ | 40.69 | 28.4 | 13.46 | - |
| YUV | 142.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 106 | 92 | 0 | 0.55 | 0.61 | 0.09 | 5.96 | 0.76 | 0.64 |
| Hex | E9 | 6A | 5C | 0 | 37 | 3D | 9 | 6 | 4C | 40 |
| Octal | 351 | 152 | 134 | 0 | 67 | 75 | 11 | 6 | 114 | 100 |
| Binary | 11101001 | 1101010 | 1011100 | 0 | 110111 | 111101 | 1001 | 110 | 1001100 | 1000000 |
Color Harmonies of #E96A5C
Complementary color
Monochromatic Colors of #E96A5C
Black with #E96A5C
Text Example
Text Example
White with #E96A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96A5C; }
p { color: rgb(233,106,92); }
H1.HeaderClassName
{
color: #E96A5C;
}
.AnyTagClassName
{
color: #E96A5C;
}
</style>
background-color css
<style>
a { background-color: #E96A5C; }
a { background-color: rgb(233,106,92); }
div.DivClassName
{
background-color: #E96A5C;
}
.BgClassName
{
background-color: #E96A5C;
}
</style>
border-color css
<style>
span { border-color: #E96A5C; }
span { border-color: rgb(233,106,92); }
td.TdClassName
{
border-color: #E96A5C;
}
.TagClassName
{
border-color: #E96A5C;
}
</style>