Shades of Terra Cotta #E07456
Tints of Terra Cotta #E07456
RGB
CMYK
RGB Variations
Color information
#E07456 (or 0xE07456) is known color: Terra Cotta. HEX triplet: E0, 74 and 56. RGB value is (224,116,86). Sum of RGB (Red+Green+Blue) = 224+116+86=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E07456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07456 is #1F8BA9. Grayscale: #919191. Windows color (decimal): -2067370 or 5666016. OLE color: 5666016.
HSL color Cylindrical-coordinate representation of color #E07456: hue angle of 13.04º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E07456 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 86 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.12 |
| HSL | 13.04º | 0.69% | 0.61% | - |
| HSV(B) | 13.04º | 0.62% | 0.88% | - |
| XYZ | 38.67 | 29.01 | 12.37 | - |
| YUV | 144.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 86 | 0 | 0.48 | 0.62 | 0.12 | 13.04 | 0.69 | 0.61 |
| Hex | E0 | 74 | 56 | 0 | 30 | 3E | C | D | 45 | 3D |
| Octal | 340 | 164 | 126 | 0 | 60 | 76 | 14 | 15 | 105 | 75 |
| Binary | 11100000 | 1110100 | 1010110 | 0 | 110000 | 111110 | 1100 | 1101 | 1000101 | 111101 |
Color Harmonies of #E07456
Complementary color
Monochromatic Colors of #E07456
Black with #E07456
Text Example
Text Example
White with #E07456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07456; }
p { color: rgb(224,116,86); }
H1.HeaderClassName
{
color: #E07456;
}
.AnyTagClassName
{
color: #E07456;
}
</style>
background-color css
<style>
a { background-color: #E07456; }
a { background-color: rgb(224,116,86); }
div.DivClassName
{
background-color: #E07456;
}
.BgClassName
{
background-color: #E07456;
}
</style>
border-color css
<style>
span { border-color: #E07456; }
span { border-color: rgb(224,116,86); }
td.TdClassName
{
border-color: #E07456;
}
.TagClassName
{
border-color: #E07456;
}
</style>