Shades of Terra Cotta #E06B59
Tints of Terra Cotta #E06B59
RGB
CMYK
RGB Variations
Color information
#E06B59 (or 0xE06B59) is known color: Terra Cotta. HEX triplet: E0, 6B and 59. RGB value is (224,107,89). Sum of RGB (Red+Green+Blue) = 224+107+89=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B59 is #1F94A6. Grayscale: #8C8C8C. Windows color (decimal): -2069671 or 5860320. OLE color: 5860320.
HSL color Cylindrical-coordinate representation of color #E06B59: hue angle of 8º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E06B59 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 89 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.12 |
| HSL | 8º | 0.69% | 0.61% | - |
| HSV(B) | 8º | 0.6% | 0.88% | - |
| XYZ | 37.8 | 27.08 | 12.69 | - |
| YUV | 139.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 89 | 0 | 0.52 | 0.60 | 0.12 | 8 | 0.69 | 0.61 |
| Hex | E0 | 6B | 59 | 0 | 34 | 3C | C | 8 | 45 | 3D |
| Octal | 340 | 153 | 131 | 0 | 64 | 74 | 14 | 10 | 105 | 75 |
| Binary | 11100000 | 1101011 | 1011001 | 0 | 110100 | 111100 | 1100 | 1000 | 1000101 | 111101 |
Color Harmonies of #E06B59
Complementary color
Monochromatic Colors of #E06B59
Black with #E06B59
Text Example
Text Example
White with #E06B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B59; }
p { color: rgb(224,107,89); }
H1.HeaderClassName
{
color: #E06B59;
}
.AnyTagClassName
{
color: #E06B59;
}
</style>
background-color css
<style>
a { background-color: #E06B59; }
a { background-color: rgb(224,107,89); }
div.DivClassName
{
background-color: #E06B59;
}
.BgClassName
{
background-color: #E06B59;
}
</style>
border-color css
<style>
span { border-color: #E06B59; }
span { border-color: rgb(224,107,89); }
td.TdClassName
{
border-color: #E06B59;
}
.TagClassName
{
border-color: #E06B59;
}
</style>