Shades of Terra Cotta #E96B5C
Tints of Terra Cotta #E96B5C
RGB
CMYK
RGB Variations
Color information
#E96B5C (or 0xE96B5C) is known color: Terra Cotta. HEX triplet: E9, 6B and 5C. RGB value is (233,107,92). Sum of RGB (Red+Green+Blue) = 233+107+92=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B5C is #1694A3. Grayscale: #8F8F8F. Windows color (decimal): -1479844 or 6056937. OLE color: 6056937.
HSL color Cylindrical-coordinate representation of color #E96B5C: hue angle of 6.38º 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 #E96B5C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 92 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.09 |
| HSL | 6.38º | 0.76% | 0.64% | - |
| HSV(B) | 6.38º | 0.61% | 0.91% | - |
| XYZ | 40.79 | 28.61 | 13.5 | - |
| YUV | 142.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 92 | 0 | 0.54 | 0.61 | 0.09 | 6.38 | 0.76 | 0.64 |
| Hex | E9 | 6B | 5C | 0 | 36 | 3D | 9 | 6 | 4C | 40 |
| Octal | 351 | 153 | 134 | 0 | 66 | 75 | 11 | 6 | 114 | 100 |
| Binary | 11101001 | 1101011 | 1011100 | 0 | 110110 | 111101 | 1001 | 110 | 1001100 | 1000000 |
Color Harmonies of #E96B5C
Complementary color
Monochromatic Colors of #E96B5C
Black with #E96B5C
Text Example
Text Example
White with #E96B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96B5C; }
p { color: rgb(233,107,92); }
H1.HeaderClassName
{
color: #E96B5C;
}
.AnyTagClassName
{
color: #E96B5C;
}
</style>
background-color css
<style>
a { background-color: #E96B5C; }
a { background-color: rgb(233,107,92); }
div.DivClassName
{
background-color: #E96B5C;
}
.BgClassName
{
background-color: #E96B5C;
}
</style>
border-color css
<style>
span { border-color: #E96B5C; }
span { border-color: rgb(233,107,92); }
td.TdClassName
{
border-color: #E96B5C;
}
.TagClassName
{
border-color: #E96B5C;
}
</style>