Shades of Terra Cotta #E06C5E
Tints of Terra Cotta #E06C5E
RGB
CMYK
RGB Variations
Color information
#E06C5E (or 0xE06C5E) is known color: Terra Cotta. HEX triplet: E0, 6C and 5E. RGB value is (224,108,94). Sum of RGB (Red+Green+Blue) = 224+108+94=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C5E is #1F93A1. Grayscale: #8D8D8D. Windows color (decimal): -2069410 or 6188256. OLE color: 6188256.
HSL color Cylindrical-coordinate representation of color #E06C5E: hue angle of 6.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06C5E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 94 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.12 |
| HSL | 6.46º | 0.68% | 0.62% | - |
| HSV(B) | 6.46º | 0.58% | 0.88% | - |
| XYZ | 38.12 | 27.38 | 13.87 | - |
| YUV | 141.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 94 | 0 | 0.52 | 0.58 | 0.12 | 6.46 | 0.68 | 0.62 |
| Hex | E0 | 6C | 5E | 0 | 34 | 3A | C | 6 | 44 | 3E |
| Octal | 340 | 154 | 136 | 0 | 64 | 72 | 14 | 6 | 104 | 76 |
| Binary | 11100000 | 1101100 | 1011110 | 0 | 110100 | 111010 | 1100 | 110 | 1000100 | 111110 |
Color Harmonies of #E06C5E
Complementary color
Monochromatic Colors of #E06C5E
Black with #E06C5E
Text Example
Text Example
White with #E06C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C5E; }
p { color: rgb(224,108,94); }
H1.HeaderClassName
{
color: #E06C5E;
}
.AnyTagClassName
{
color: #E06C5E;
}
</style>
background-color css
<style>
a { background-color: #E06C5E; }
a { background-color: rgb(224,108,94); }
div.DivClassName
{
background-color: #E06C5E;
}
.BgClassName
{
background-color: #E06C5E;
}
</style>
border-color css
<style>
span { border-color: #E06C5E; }
span { border-color: rgb(224,108,94); }
td.TdClassName
{
border-color: #E06C5E;
}
.TagClassName
{
border-color: #E06C5E;
}
</style>