Shades of Terra Cotta #E8735F
Tints of Terra Cotta #E8735F
RGB
CMYK
RGB Variations
Color information
#E8735F (or 0xE8735F) is known color: Terra Cotta. HEX triplet: E8, 73 and 5F. RGB value is (232,115,95). Sum of RGB (Red+Green+Blue) = 232+115+95=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8735F is #178CA0. Grayscale: #939393. Windows color (decimal): -1543329 or 6255592. OLE color: 6255592.
HSL color Cylindrical-coordinate representation of color #E8735F: hue angle of 8.76º degrees, saturation: 0.75, 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 #E8735F is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 115 | 95 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.09 |
| HSL | 8.76º | 0.75% | 0.64% | - |
| HSV(B) | 8.76º | 0.59% | 0.91% | - |
| XYZ | 41.48 | 30.24 | 14.48 | - |
| YUV | 147.7 | 98.26 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 115 | 95 | 0 | 0.50 | 0.59 | 0.09 | 8.76 | 0.75 | 0.64 |
| Hex | E8 | 73 | 5F | 0 | 32 | 3B | 9 | 9 | 4B | 40 |
| Octal | 350 | 163 | 137 | 0 | 62 | 73 | 11 | 11 | 113 | 100 |
| Binary | 11101000 | 1110011 | 1011111 | 0 | 110010 | 111011 | 1001 | 1001 | 1001011 | 1000000 |
Color Harmonies of #E8735F
Complementary color
Monochromatic Colors of #E8735F
Black with #E8735F
Text Example
Text Example
White with #E8735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8735F; }
p { color: rgb(232,115,95); }
H1.HeaderClassName
{
color: #E8735F;
}
.AnyTagClassName
{
color: #E8735F;
}
</style>
background-color css
<style>
a { background-color: #E8735F; }
a { background-color: rgb(232,115,95); }
div.DivClassName
{
background-color: #E8735F;
}
.BgClassName
{
background-color: #E8735F;
}
</style>
border-color css
<style>
span { border-color: #E8735F; }
span { border-color: rgb(232,115,95); }
td.TdClassName
{
border-color: #E8735F;
}
.TagClassName
{
border-color: #E8735F;
}
</style>