Shades of Terra Cotta #E07053
Tints of Terra Cotta #E07053
RGB
CMYK
RGB Variations
Color information
#E07053 (or 0xE07053) is known color: Terra Cotta. HEX triplet: E0, 70 and 53. RGB value is (224,112,83). Sum of RGB (Red+Green+Blue) = 224+112+83=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E07053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07053 is #1F8FAC. Grayscale: #8E8E8E. Windows color (decimal): -2068397 or 5468384. OLE color: 5468384.
HSL color Cylindrical-coordinate representation of color #E07053: hue angle of 12.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E07053 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 83 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.12 |
| HSL | 12.34º | 0.69% | 0.6% | - |
| HSV(B) | 12.34º | 0.63% | 0.88% | - |
| XYZ | 38.1 | 28.06 | 11.59 | - |
| YUV | 142.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 83 | 0 | 0.50 | 0.63 | 0.12 | 12.34 | 0.69 | 0.6 |
| Hex | E0 | 70 | 53 | 0 | 32 | 3F | C | C | 45 | 3C |
| Octal | 340 | 160 | 123 | 0 | 62 | 77 | 14 | 14 | 105 | 74 |
| Binary | 11100000 | 1110000 | 1010011 | 0 | 110010 | 111111 | 1100 | 1100 | 1000101 | 111100 |
Color Harmonies of #E07053
Complementary color
Monochromatic Colors of #E07053
Black with #E07053
Text Example
Text Example
White with #E07053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07053; }
p { color: rgb(224,112,83); }
H1.HeaderClassName
{
color: #E07053;
}
.AnyTagClassName
{
color: #E07053;
}
</style>
background-color css
<style>
a { background-color: #E07053; }
a { background-color: rgb(224,112,83); }
div.DivClassName
{
background-color: #E07053;
}
.BgClassName
{
background-color: #E07053;
}
</style>
border-color css
<style>
span { border-color: #E07053; }
span { border-color: rgb(224,112,83); }
td.TdClassName
{
border-color: #E07053;
}
.TagClassName
{
border-color: #E07053;
}
</style>