Shades of Terra Cotta #E06B56
Tints of Terra Cotta #E06B56
RGB
CMYK
RGB Variations
Color information
#E06B56 (or 0xE06B56) is known color: Terra Cotta. HEX triplet: E0, 6B and 56. RGB value is (224,107,86). Sum of RGB (Red+Green+Blue) = 224+107+86=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B56 is #1F94A9. Grayscale: #8B8B8B. Windows color (decimal): -2069674 or 5663712. OLE color: 5663712.
HSL color Cylindrical-coordinate representation of color #E06B56: hue angle of 9.13º 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 #E06B56 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 86 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.12 |
| HSL | 9.13º | 0.69% | 0.61% | - |
| HSV(B) | 9.13º | 0.62% | 0.88% | - |
| XYZ | 37.68 | 27.03 | 12.04 | - |
| YUV | 139.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 86 | 0 | 0.52 | 0.62 | 0.12 | 9.13 | 0.69 | 0.61 |
| Hex | E0 | 6B | 56 | 0 | 34 | 3E | C | 9 | 45 | 3D |
| Octal | 340 | 153 | 126 | 0 | 64 | 76 | 14 | 11 | 105 | 75 |
| Binary | 11100000 | 1101011 | 1010110 | 0 | 110100 | 111110 | 1100 | 1001 | 1000101 | 111101 |
Color Harmonies of #E06B56
Complementary color
Monochromatic Colors of #E06B56
Black with #E06B56
Text Example
Text Example
White with #E06B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B56; }
p { color: rgb(224,107,86); }
H1.HeaderClassName
{
color: #E06B56;
}
.AnyTagClassName
{
color: #E06B56;
}
</style>
background-color css
<style>
a { background-color: #E06B56; }
a { background-color: rgb(224,107,86); }
div.DivClassName
{
background-color: #E06B56;
}
.BgClassName
{
background-color: #E06B56;
}
</style>
border-color css
<style>
span { border-color: #E06B56; }
span { border-color: rgb(224,107,86); }
td.TdClassName
{
border-color: #E06B56;
}
.TagClassName
{
border-color: #E06B56;
}
</style>