Shades of Terra Cotta #E0735F
Tints of Terra Cotta #E0735F
RGB
CMYK
RGB Variations
Color information
#E0735F (or 0xE0735F) is known color: Terra Cotta. HEX triplet: E0, 73 and 5F. RGB value is (224,115,95). Sum of RGB (Red+Green+Blue) = 224+115+95=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0735F is #1F8CA0. Grayscale: #919191. Windows color (decimal): -2067617 or 6255584. OLE color: 6255584.
HSL color Cylindrical-coordinate representation of color #E0735F: hue angle of 9.3º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0735F is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 95 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.12 |
| HSL | 9.3º | 0.68% | 0.63% | - |
| HSV(B) | 9.3º | 0.58% | 0.88% | - |
| XYZ | 38.94 | 28.93 | 14.36 | - |
| YUV | 145.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 95 | 0 | 0.49 | 0.58 | 0.12 | 9.3 | 0.68 | 0.63 |
| Hex | E0 | 73 | 5F | 0 | 31 | 3A | C | 9 | 44 | 3F |
| Octal | 340 | 163 | 137 | 0 | 61 | 72 | 14 | 11 | 104 | 77 |
| Binary | 11100000 | 1110011 | 1011111 | 0 | 110001 | 111010 | 1100 | 1001 | 1000100 | 111111 |
Color Harmonies of #E0735F
Complementary color
Monochromatic Colors of #E0735F
Black with #E0735F
Text Example
Text Example
White with #E0735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0735F; }
p { color: rgb(224,115,95); }
H1.HeaderClassName
{
color: #E0735F;
}
.AnyTagClassName
{
color: #E0735F;
}
</style>
background-color css
<style>
a { background-color: #E0735F; }
a { background-color: rgb(224,115,95); }
div.DivClassName
{
background-color: #E0735F;
}
.BgClassName
{
background-color: #E0735F;
}
</style>
border-color css
<style>
span { border-color: #E0735F; }
span { border-color: rgb(224,115,95); }
td.TdClassName
{
border-color: #E0735F;
}
.TagClassName
{
border-color: #E0735F;
}
</style>