Shades of Terra Cotta #E07167
Tints of Terra Cotta #E07167
RGB
CMYK
RGB Variations
Color information
#E07167 (or 0xE07167) is known color: Terra Cotta. HEX triplet: E0, 71 and 67. RGB value is (224,113,103). Sum of RGB (Red+Green+Blue) = 224+113+103=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E07167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07167 is #1F8E98. Grayscale: #919191. Windows color (decimal): -2068121 or 6779360. OLE color: 6779360.
HSL color Cylindrical-coordinate representation of color #E07167: hue angle of 4.96º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07167 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 103 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.12 |
| HSL | 4.96º | 0.66% | 0.64% | - |
| HSV(B) | 4.96º | 0.54% | 0.88% | - |
| XYZ | 39.09 | 28.64 | 16.3 | - |
| YUV | 145.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 103 | 0 | 0.50 | 0.54 | 0.12 | 4.96 | 0.66 | 0.64 |
| Hex | E0 | 71 | 67 | 0 | 32 | 36 | C | 5 | 42 | 40 |
| Octal | 340 | 161 | 147 | 0 | 62 | 66 | 14 | 5 | 102 | 100 |
| Binary | 11100000 | 1110001 | 1100111 | 0 | 110010 | 110110 | 1100 | 101 | 1000010 | 1000000 |
Color Harmonies of #E07167
Complementary color
Monochromatic Colors of #E07167
Black with #E07167
Text Example
Text Example
White with #E07167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07167; }
p { color: rgb(224,113,103); }
H1.HeaderClassName
{
color: #E07167;
}
.AnyTagClassName
{
color: #E07167;
}
</style>
background-color css
<style>
a { background-color: #E07167; }
a { background-color: rgb(224,113,103); }
div.DivClassName
{
background-color: #E07167;
}
.BgClassName
{
background-color: #E07167;
}
</style>
border-color css
<style>
span { border-color: #E07167; }
span { border-color: rgb(224,113,103); }
td.TdClassName
{
border-color: #E07167;
}
.TagClassName
{
border-color: #E07167;
}
</style>