Shades of Terra Cotta #E06E5B
Tints of Terra Cotta #E06E5B
RGB
CMYK
RGB Variations
Color information
#E06E5B (or 0xE06E5B) is known color: Terra Cotta. HEX triplet: E0, 6E and 5B. RGB value is (224,110,91). Sum of RGB (Red+Green+Blue) = 224+110+91=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E5B is #1F91A4. Grayscale: #8E8E8E. Windows color (decimal): -2068901 or 5992160. OLE color: 5992160.
HSL color Cylindrical-coordinate representation of color #E06E5B: hue angle of 8.57º 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 #E06E5B is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 91 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.12 |
| HSL | 8.57º | 0.68% | 0.62% | - |
| HSV(B) | 8.57º | 0.59% | 0.88% | - |
| XYZ | 38.2 | 27.75 | 13.24 | - |
| YUV | 141.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 91 | 0 | 0.51 | 0.59 | 0.12 | 8.57 | 0.68 | 0.62 |
| Hex | E0 | 6E | 5B | 0 | 33 | 3B | C | 9 | 44 | 3E |
| Octal | 340 | 156 | 133 | 0 | 63 | 73 | 14 | 11 | 104 | 76 |
| Binary | 11100000 | 1101110 | 1011011 | 0 | 110011 | 111011 | 1100 | 1001 | 1000100 | 111110 |
Color Harmonies of #E06E5B
Complementary color
Monochromatic Colors of #E06E5B
Black with #E06E5B
Text Example
Text Example
White with #E06E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E5B; }
p { color: rgb(224,110,91); }
H1.HeaderClassName
{
color: #E06E5B;
}
.AnyTagClassName
{
color: #E06E5B;
}
</style>
background-color css
<style>
a { background-color: #E06E5B; }
a { background-color: rgb(224,110,91); }
div.DivClassName
{
background-color: #E06E5B;
}
.BgClassName
{
background-color: #E06E5B;
}
</style>
border-color css
<style>
span { border-color: #E06E5B; }
span { border-color: rgb(224,110,91); }
td.TdClassName
{
border-color: #E06E5B;
}
.TagClassName
{
border-color: #E06E5B;
}
</style>