Shades of Terra Cotta #EE6C59
Tints of Terra Cotta #EE6C59
RGB
CMYK
RGB Variations
Color information
#EE6C59 (or 0xEE6C59) is known color: Terra Cotta. HEX triplet: EE, 6C and 59. RGB value is (238,108,89). Sum of RGB (Red+Green+Blue) = 238+108+89=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6C59 is #1193A6. Grayscale: #909090. Windows color (decimal): -1151911 or 5860590. OLE color: 5860590.
HSL color Cylindrical-coordinate representation of color #EE6C59: hue angle of 7.65º 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 #EE6C59 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 89 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.07 |
| HSL | 7.65º | 0.81% | 0.64% | - |
| HSV(B) | 7.65º | 0.63% | 0.93% | - |
| XYZ | 42.43 | 29.62 | 12.93 | - |
| YUV | 144.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 89 | 0 | 0.55 | 0.63 | 0.07 | 7.65 | 0.81 | 0.64 |
| Hex | EE | 6C | 59 | 0 | 37 | 3F | 7 | 8 | 51 | 40 |
| Octal | 356 | 154 | 131 | 0 | 67 | 77 | 7 | 10 | 121 | 100 |
| Binary | 11101110 | 1101100 | 1011001 | 0 | 110111 | 111111 | 111 | 1000 | 1010001 | 1000000 |
Color Harmonies of #EE6C59
Complementary color
Monochromatic Colors of #EE6C59
Black with #EE6C59
Text Example
Text Example
White with #EE6C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C59; }
p { color: rgb(238,108,89); }
H1.HeaderClassName
{
color: #EE6C59;
}
.AnyTagClassName
{
color: #EE6C59;
}
</style>
background-color css
<style>
a { background-color: #EE6C59; }
a { background-color: rgb(238,108,89); }
div.DivClassName
{
background-color: #EE6C59;
}
.BgClassName
{
background-color: #EE6C59;
}
</style>
border-color css
<style>
span { border-color: #EE6C59; }
span { border-color: rgb(238,108,89); }
td.TdClassName
{
border-color: #EE6C59;
}
.TagClassName
{
border-color: #EE6C59;
}
</style>