Shades of Terra Cotta #EE7A60
Tints of Terra Cotta #EE7A60
RGB
CMYK
RGB Variations
Color information
#EE7A60 (or 0xEE7A60) is known color: Terra Cotta. HEX triplet: EE, 7A and 60. RGB value is (238,122,96). Sum of RGB (Red+Green+Blue) = 238+122+96=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7A60 is #11859F. Grayscale: #999999. Windows color (decimal): -1148320 or 6322926. OLE color: 6322926.
HSL color Cylindrical-coordinate representation of color #EE7A60: hue angle of 10.99º 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 #EE7A60 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 96 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.07 |
| HSL | 10.99º | 0.81% | 0.65% | - |
| HSV(B) | 10.99º | 0.6% | 0.93% | - |
| XYZ | 44.33 | 32.94 | 15.09 | - |
| YUV | 153.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 96 | 0 | 0.49 | 0.60 | 0.07 | 10.99 | 0.81 | 0.65 |
| Hex | EE | 7A | 60 | 0 | 31 | 3C | 7 | B | 51 | 41 |
| Octal | 356 | 172 | 140 | 0 | 61 | 74 | 7 | 13 | 121 | 101 |
| Binary | 11101110 | 1111010 | 1100000 | 0 | 110001 | 111100 | 111 | 1011 | 1010001 | 1000001 |
Color Harmonies of #EE7A60
Complementary color
Monochromatic Colors of #EE7A60
Black with #EE7A60
Text Example
Text Example
White with #EE7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A60; }
p { color: rgb(238,122,96); }
H1.HeaderClassName
{
color: #EE7A60;
}
.AnyTagClassName
{
color: #EE7A60;
}
</style>
background-color css
<style>
a { background-color: #EE7A60; }
a { background-color: rgb(238,122,96); }
div.DivClassName
{
background-color: #EE7A60;
}
.BgClassName
{
background-color: #EE7A60;
}
</style>
border-color css
<style>
span { border-color: #EE7A60; }
span { border-color: rgb(238,122,96); }
td.TdClassName
{
border-color: #EE7A60;
}
.TagClassName
{
border-color: #EE7A60;
}
</style>