Shades of Terra Cotta #EE7860
Tints of Terra Cotta #EE7860
RGB
CMYK
RGB Variations
Color information
#EE7860 (or 0xEE7860) is known color: Terra Cotta. HEX triplet: EE, 78 and 60. RGB value is (238,120,96). Sum of RGB (Red+Green+Blue) = 238+120+96=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7860 is #11879F. Grayscale: #989898. Windows color (decimal): -1148832 or 6322414. OLE color: 6322414.
HSL color Cylindrical-coordinate representation of color #EE7860: hue angle of 10.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE7860 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 96 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.07 |
| HSL | 10.14º | 0.81% | 0.65% | - |
| HSV(B) | 10.14º | 0.6% | 0.93% | - |
| XYZ | 44.09 | 32.45 | 15.01 | - |
| YUV | 152.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 96 | 0 | 0.50 | 0.60 | 0.07 | 10.14 | 0.81 | 0.65 |
| Hex | EE | 78 | 60 | 0 | 32 | 3C | 7 | A | 51 | 41 |
| Octal | 356 | 170 | 140 | 0 | 62 | 74 | 7 | 12 | 121 | 101 |
| Binary | 11101110 | 1111000 | 1100000 | 0 | 110010 | 111100 | 111 | 1010 | 1010001 | 1000001 |
Color Harmonies of #EE7860
Complementary color
Monochromatic Colors of #EE7860
Black with #EE7860
Text Example
Text Example
White with #EE7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7860; }
p { color: rgb(238,120,96); }
H1.HeaderClassName
{
color: #EE7860;
}
.AnyTagClassName
{
color: #EE7860;
}
</style>
background-color css
<style>
a { background-color: #EE7860; }
a { background-color: rgb(238,120,96); }
div.DivClassName
{
background-color: #EE7860;
}
.BgClassName
{
background-color: #EE7860;
}
</style>
border-color css
<style>
span { border-color: #EE7860; }
span { border-color: rgb(238,120,96); }
td.TdClassName
{
border-color: #EE7860;
}
.TagClassName
{
border-color: #EE7860;
}
</style>