Shades of Terra Cotta #E06C56
Tints of Terra Cotta #E06C56
RGB
CMYK
RGB Variations
Color information
#E06C56 (or 0xE06C56) is known color: Terra Cotta. HEX triplet: E0, 6C and 56. RGB value is (224,108,86). Sum of RGB (Red+Green+Blue) = 224+108+86=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C56 is #1F93A9. Grayscale: #8C8C8C. Windows color (decimal): -2069418 or 5663968. OLE color: 5663968.
HSL color Cylindrical-coordinate representation of color #E06C56: hue angle of 9.57º 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 #E06C56 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 86 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.12 |
| HSL | 9.57º | 0.69% | 0.61% | - |
| HSV(B) | 9.57º | 0.62% | 0.88% | - |
| XYZ | 37.78 | 27.24 | 12.07 | - |
| YUV | 140.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 86 | 0 | 0.52 | 0.62 | 0.12 | 9.57 | 0.69 | 0.61 |
| Hex | E0 | 6C | 56 | 0 | 34 | 3E | C | A | 45 | 3D |
| Octal | 340 | 154 | 126 | 0 | 64 | 76 | 14 | 12 | 105 | 75 |
| Binary | 11100000 | 1101100 | 1010110 | 0 | 110100 | 111110 | 1100 | 1010 | 1000101 | 111101 |
Color Harmonies of #E06C56
Complementary color
Monochromatic Colors of #E06C56
Black with #E06C56
Text Example
Text Example
White with #E06C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C56; }
p { color: rgb(224,108,86); }
H1.HeaderClassName
{
color: #E06C56;
}
.AnyTagClassName
{
color: #E06C56;
}
</style>
background-color css
<style>
a { background-color: #E06C56; }
a { background-color: rgb(224,108,86); }
div.DivClassName
{
background-color: #E06C56;
}
.BgClassName
{
background-color: #E06C56;
}
</style>
border-color css
<style>
span { border-color: #E06C56; }
span { border-color: rgb(224,108,86); }
td.TdClassName
{
border-color: #E06C56;
}
.TagClassName
{
border-color: #E06C56;
}
</style>