Shades of Terra Cotta #EE6A59
Tints of Terra Cotta #EE6A59
RGB
CMYK
RGB Variations
Color information
#EE6A59 (or 0xEE6A59) is known color: Terra Cotta. HEX triplet: EE, 6A and 59. RGB value is (238,106,89). Sum of RGB (Red+Green+Blue) = 238+106+89=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A59 is #1195A6. Grayscale: #8F8F8F. Windows color (decimal): -1152423 or 5860078. OLE color: 5860078.
HSL color Cylindrical-coordinate representation of color #EE6A59: hue angle of 6.85º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE6A59 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 89 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.07 |
| HSL | 6.85º | 0.81% | 0.64% | - |
| HSV(B) | 6.85º | 0.63% | 0.93% | - |
| XYZ | 42.22 | 29.21 | 12.86 | - |
| YUV | 143.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 89 | 0 | 0.55 | 0.63 | 0.07 | 6.85 | 0.81 | 0.64 |
| Hex | EE | 6A | 59 | 0 | 37 | 3F | 7 | 7 | 51 | 40 |
| Octal | 356 | 152 | 131 | 0 | 67 | 77 | 7 | 7 | 121 | 100 |
| Binary | 11101110 | 1101010 | 1011001 | 0 | 110111 | 111111 | 111 | 111 | 1010001 | 1000000 |
Color Harmonies of #EE6A59
Complementary color
Monochromatic Colors of #EE6A59
Black with #EE6A59
Text Example
Text Example
White with #EE6A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A59; }
p { color: rgb(238,106,89); }
H1.HeaderClassName
{
color: #EE6A59;
}
.AnyTagClassName
{
color: #EE6A59;
}
</style>
background-color css
<style>
a { background-color: #EE6A59; }
a { background-color: rgb(238,106,89); }
div.DivClassName
{
background-color: #EE6A59;
}
.BgClassName
{
background-color: #EE6A59;
}
</style>
border-color css
<style>
span { border-color: #EE6A59; }
span { border-color: rgb(238,106,89); }
td.TdClassName
{
border-color: #EE6A59;
}
.TagClassName
{
border-color: #EE6A59;
}
</style>