Shades of Terra Cotta #E07656
Tints of Terra Cotta #E07656
RGB
CMYK
RGB Variations
Color information
#E07656 (or 0xE07656) is known color: Terra Cotta. HEX triplet: E0, 76 and 56. RGB value is (224,118,86). Sum of RGB (Red+Green+Blue) = 224+118+86=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E07656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07656 is #1F89A9. Grayscale: #929292. Windows color (decimal): -2066858 or 5666528. OLE color: 5666528.
HSL color Cylindrical-coordinate representation of color #E07656: hue angle of 13.91º 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 #E07656 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 86 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.12 |
| HSL | 13.91º | 0.69% | 0.61% | - |
| HSV(B) | 13.91º | 0.62% | 0.88% | - |
| XYZ | 38.9 | 29.48 | 12.44 | - |
| YUV | 146.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 86 | 0 | 0.47 | 0.62 | 0.12 | 13.91 | 0.69 | 0.61 |
| Hex | E0 | 76 | 56 | 0 | 2F | 3E | C | E | 45 | 3D |
| Octal | 340 | 166 | 126 | 0 | 57 | 76 | 14 | 16 | 105 | 75 |
| Binary | 11100000 | 1110110 | 1010110 | 0 | 101111 | 111110 | 1100 | 1110 | 1000101 | 111101 |
Color Harmonies of #E07656
Complementary color
Monochromatic Colors of #E07656
Black with #E07656
Text Example
Text Example
White with #E07656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07656; }
p { color: rgb(224,118,86); }
H1.HeaderClassName
{
color: #E07656;
}
.AnyTagClassName
{
color: #E07656;
}
</style>
background-color css
<style>
a { background-color: #E07656; }
a { background-color: rgb(224,118,86); }
div.DivClassName
{
background-color: #E07656;
}
.BgClassName
{
background-color: #E07656;
}
</style>
border-color css
<style>
span { border-color: #E07656; }
span { border-color: rgb(224,118,86); }
td.TdClassName
{
border-color: #E07656;
}
.TagClassName
{
border-color: #E07656;
}
</style>