Shades of Terra Cotta #E06E5C
Tints of Terra Cotta #E06E5C
RGB
CMYK
RGB Variations
Color information
#E06E5C (or 0xE06E5C) is known color: Terra Cotta. HEX triplet: E0, 6E and 5C. RGB value is (224,110,92). Sum of RGB (Red+Green+Blue) = 224+110+92=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E5C is #1F91A3. Grayscale: #8E8E8E. Windows color (decimal): -2068900 or 6057696. OLE color: 6057696.
HSL color Cylindrical-coordinate representation of color #E06E5C: hue angle of 8.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E06E5C is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 92 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.12 |
| HSL | 8.18º | 0.68% | 0.62% | - |
| HSV(B) | 8.18º | 0.59% | 0.88% | - |
| XYZ | 38.25 | 27.77 | 13.47 | - |
| YUV | 142.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 92 | 0 | 0.51 | 0.59 | 0.12 | 8.18 | 0.68 | 0.62 |
| Hex | E0 | 6E | 5C | 0 | 33 | 3B | C | 8 | 44 | 3E |
| Octal | 340 | 156 | 134 | 0 | 63 | 73 | 14 | 10 | 104 | 76 |
| Binary | 11100000 | 1101110 | 1011100 | 0 | 110011 | 111011 | 1100 | 1000 | 1000100 | 111110 |
Color Harmonies of #E06E5C
Complementary color
Monochromatic Colors of #E06E5C
Black with #E06E5C
Text Example
Text Example
White with #E06E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E5C; }
p { color: rgb(224,110,92); }
H1.HeaderClassName
{
color: #E06E5C;
}
.AnyTagClassName
{
color: #E06E5C;
}
</style>
background-color css
<style>
a { background-color: #E06E5C; }
a { background-color: rgb(224,110,92); }
div.DivClassName
{
background-color: #E06E5C;
}
.BgClassName
{
background-color: #E06E5C;
}
</style>
border-color css
<style>
span { border-color: #E06E5C; }
span { border-color: rgb(224,110,92); }
td.TdClassName
{
border-color: #E06E5C;
}
.TagClassName
{
border-color: #E06E5C;
}
</style>