Shades of Terra Cotta #E06C54
Tints of Terra Cotta #E06C54
RGB
CMYK
RGB Variations
Color information
#E06C54 (or 0xE06C54) is known color: Terra Cotta. HEX triplet: E0, 6C and 54. RGB value is (224,108,84). Sum of RGB (Red+Green+Blue) = 224+108+84=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C54 is #1F93AB. Grayscale: #8C8C8C. Windows color (decimal): -2069420 or 5532896. OLE color: 5532896.
HSL color Cylindrical-coordinate representation of color #E06C54: hue angle of 10.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06C54 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 84 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.12 |
| HSL | 10.29º | 0.69% | 0.6% | - |
| HSV(B) | 10.29º | 0.63% | 0.88% | - |
| XYZ | 37.7 | 27.21 | 11.65 | - |
| YUV | 139.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 84 | 0 | 0.52 | 0.62 | 0.12 | 10.29 | 0.69 | 0.6 |
| Hex | E0 | 6C | 54 | 0 | 34 | 3E | C | A | 45 | 3C |
| Octal | 340 | 154 | 124 | 0 | 64 | 76 | 14 | 12 | 105 | 74 |
| Binary | 11100000 | 1101100 | 1010100 | 0 | 110100 | 111110 | 1100 | 1010 | 1000101 | 111100 |
Color Harmonies of #E06C54
Complementary color
Monochromatic Colors of #E06C54
Black with #E06C54
Text Example
Text Example
White with #E06C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C54; }
p { color: rgb(224,108,84); }
H1.HeaderClassName
{
color: #E06C54;
}
.AnyTagClassName
{
color: #E06C54;
}
</style>
background-color css
<style>
a { background-color: #E06C54; }
a { background-color: rgb(224,108,84); }
div.DivClassName
{
background-color: #E06C54;
}
.BgClassName
{
background-color: #E06C54;
}
</style>
border-color css
<style>
span { border-color: #E06C54; }
span { border-color: rgb(224,108,84); }
td.TdClassName
{
border-color: #E06C54;
}
.TagClassName
{
border-color: #E06C54;
}
</style>