Shades of Terra Cotta #EE7D60
Tints of Terra Cotta #EE7D60
RGB
CMYK
RGB Variations
Color information
#EE7D60 (or 0xEE7D60) is known color: Terra Cotta. HEX triplet: EE, 7D and 60. RGB value is (238,125,96). Sum of RGB (Red+Green+Blue) = 238+125+96=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D60 is #11829F. Grayscale: #9B9B9B. Windows color (decimal): -1147552 or 6323694. OLE color: 6323694.
HSL color Cylindrical-coordinate representation of color #EE7D60: hue angle of 12.25º 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 #EE7D60 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 96 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.07 |
| HSL | 12.25º | 0.81% | 0.65% | - |
| HSV(B) | 12.25º | 0.6% | 0.93% | - |
| XYZ | 44.7 | 33.69 | 15.21 | - |
| YUV | 155.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 96 | 0 | 0.47 | 0.60 | 0.07 | 12.25 | 0.81 | 0.65 |
| Hex | EE | 7D | 60 | 0 | 2F | 3C | 7 | C | 51 | 41 |
| Octal | 356 | 175 | 140 | 0 | 57 | 74 | 7 | 14 | 121 | 101 |
| Binary | 11101110 | 1111101 | 1100000 | 0 | 101111 | 111100 | 111 | 1100 | 1010001 | 1000001 |
Color Harmonies of #EE7D60
Complementary color
Monochromatic Colors of #EE7D60
Black with #EE7D60
Text Example
Text Example
White with #EE7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7D60; }
p { color: rgb(238,125,96); }
H1.HeaderClassName
{
color: #EE7D60;
}
.AnyTagClassName
{
color: #EE7D60;
}
</style>
background-color css
<style>
a { background-color: #EE7D60; }
a { background-color: rgb(238,125,96); }
div.DivClassName
{
background-color: #EE7D60;
}
.BgClassName
{
background-color: #EE7D60;
}
</style>
border-color css
<style>
span { border-color: #EE7D60; }
span { border-color: rgb(238,125,96); }
td.TdClassName
{
border-color: #EE7D60;
}
.TagClassName
{
border-color: #EE7D60;
}
</style>