Shades of Terra Cotta #E07C5A
Tints of Terra Cotta #E07C5A
RGB
CMYK
RGB Variations
Color information
#E07C5A (or 0xE07C5A) is known color: Terra Cotta. HEX triplet: E0, 7C and 5A. RGB value is (224,124,90). Sum of RGB (Red+Green+Blue) = 224+124+90=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C5A is #1F83A5. Grayscale: #969696. Windows color (decimal): -2065318 or 5930208. OLE color: 5930208.
HSL color Cylindrical-coordinate representation of color #E07C5A: hue angle of 15.22º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E07C5A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 90 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.12 |
| HSL | 15.22º | 0.68% | 0.62% | - |
| HSV(B) | 15.22º | 0.6% | 0.88% | - |
| XYZ | 39.79 | 31 | 13.56 | - |
| YUV | 150.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 90 | 0 | 0.45 | 0.60 | 0.12 | 15.22 | 0.68 | 0.62 |
| Hex | E0 | 7C | 5A | 0 | 2D | 3C | C | F | 44 | 3E |
| Octal | 340 | 174 | 132 | 0 | 55 | 74 | 14 | 17 | 104 | 76 |
| Binary | 11100000 | 1111100 | 1011010 | 0 | 101101 | 111100 | 1100 | 1111 | 1000100 | 111110 |
Color Harmonies of #E07C5A
Complementary color
Monochromatic Colors of #E07C5A
Black with #E07C5A
Text Example
Text Example
White with #E07C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C5A; }
p { color: rgb(224,124,90); }
H1.HeaderClassName
{
color: #E07C5A;
}
.AnyTagClassName
{
color: #E07C5A;
}
</style>
background-color css
<style>
a { background-color: #E07C5A; }
a { background-color: rgb(224,124,90); }
div.DivClassName
{
background-color: #E07C5A;
}
.BgClassName
{
background-color: #E07C5A;
}
</style>
border-color css
<style>
span { border-color: #E07C5A; }
span { border-color: rgb(224,124,90); }
td.TdClassName
{
border-color: #E07C5A;
}
.TagClassName
{
border-color: #E07C5A;
}
</style>