Shades of Terra Cotta #E06E5A
Tints of Terra Cotta #E06E5A
RGB
CMYK
RGB Variations
Color information
#E06E5A (or 0xE06E5A) is known color: Terra Cotta. HEX triplet: E0, 6E and 5A. RGB value is (224,110,90). Sum of RGB (Red+Green+Blue) = 224+110+90=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E5A is #1F91A5. Grayscale: #8E8E8E. Windows color (decimal): -2068902 or 5926624. OLE color: 5926624.
HSL color Cylindrical-coordinate representation of color #E06E5A: hue angle of 8.96º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E06E5A is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 90 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.12 |
| HSL | 8.96º | 0.68% | 0.62% | - |
| HSV(B) | 8.96º | 0.6% | 0.88% | - |
| XYZ | 38.16 | 27.74 | 13.02 | - |
| YUV | 141.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 90 | 0 | 0.51 | 0.60 | 0.12 | 8.96 | 0.68 | 0.62 |
| Hex | E0 | 6E | 5A | 0 | 33 | 3C | C | 9 | 44 | 3E |
| Octal | 340 | 156 | 132 | 0 | 63 | 74 | 14 | 11 | 104 | 76 |
| Binary | 11100000 | 1101110 | 1011010 | 0 | 110011 | 111100 | 1100 | 1001 | 1000100 | 111110 |
Color Harmonies of #E06E5A
Complementary color
Monochromatic Colors of #E06E5A
Black with #E06E5A
Text Example
Text Example
White with #E06E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E5A; }
p { color: rgb(224,110,90); }
H1.HeaderClassName
{
color: #E06E5A;
}
.AnyTagClassName
{
color: #E06E5A;
}
</style>
background-color css
<style>
a { background-color: #E06E5A; }
a { background-color: rgb(224,110,90); }
div.DivClassName
{
background-color: #E06E5A;
}
.BgClassName
{
background-color: #E06E5A;
}
</style>
border-color css
<style>
span { border-color: #E06E5A; }
span { border-color: rgb(224,110,90); }
td.TdClassName
{
border-color: #E06E5A;
}
.TagClassName
{
border-color: #E06E5A;
}
</style>