Shades of Terra Cotta #E07862
Tints of Terra Cotta #E07862
RGB
CMYK
RGB Variations
Color information
#E07862 (or 0xE07862) is known color: Terra Cotta. HEX triplet: E0, 78 and 62. RGB value is (224,120,98). Sum of RGB (Red+Green+Blue) = 224+120+98=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07862 is #1F879D. Grayscale: #949494. Windows color (decimal): -2066334 or 6453472. OLE color: 6453472.
HSL color Cylindrical-coordinate representation of color #E07862: hue angle of 10.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E07862 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 98 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.12 |
| HSL | 10.48º | 0.67% | 0.63% | - |
| HSV(B) | 10.48º | 0.56% | 0.88% | - |
| XYZ | 39.66 | 30.16 | 15.29 | - |
| YUV | 148.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 98 | 0 | 0.46 | 0.56 | 0.12 | 10.48 | 0.67 | 0.63 |
| Hex | E0 | 78 | 62 | 0 | 2E | 38 | C | A | 43 | 3F |
| Octal | 340 | 170 | 142 | 0 | 56 | 70 | 14 | 12 | 103 | 77 |
| Binary | 11100000 | 1111000 | 1100010 | 0 | 101110 | 111000 | 1100 | 1010 | 1000011 | 111111 |
Color Harmonies of #E07862
Complementary color
Monochromatic Colors of #E07862
Black with #E07862
Text Example
Text Example
White with #E07862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07862; }
p { color: rgb(224,120,98); }
H1.HeaderClassName
{
color: #E07862;
}
.AnyTagClassName
{
color: #E07862;
}
</style>
background-color css
<style>
a { background-color: #E07862; }
a { background-color: rgb(224,120,98); }
div.DivClassName
{
background-color: #E07862;
}
.BgClassName
{
background-color: #E07862;
}
</style>
border-color css
<style>
span { border-color: #E07862; }
span { border-color: rgb(224,120,98); }
td.TdClassName
{
border-color: #E07862;
}
.TagClassName
{
border-color: #E07862;
}
</style>