Shades of Terra Cotta #EE6F5E
Tints of Terra Cotta #EE6F5E
RGB
CMYK
RGB Variations
Color information
#EE6F5E (or 0xEE6F5E) is known color: Terra Cotta. HEX triplet: EE, 6F and 5E. RGB value is (238,111,94). Sum of RGB (Red+Green+Blue) = 238+111+94=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F5E is #1190A1. Grayscale: #939393. Windows color (decimal): -1151138 or 6189038. OLE color: 6189038.
HSL color Cylindrical-coordinate representation of color #EE6F5E: hue angle of 7.08º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE6F5E is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 94 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.07 |
| HSL | 7.08º | 0.81% | 0.65% | - |
| HSV(B) | 7.08º | 0.61% | 0.93% | - |
| XYZ | 42.96 | 30.35 | 14.18 | - |
| YUV | 147.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 94 | 0 | 0.53 | 0.61 | 0.07 | 7.08 | 0.81 | 0.65 |
| Hex | EE | 6F | 5E | 0 | 35 | 3D | 7 | 7 | 51 | 41 |
| Octal | 356 | 157 | 136 | 0 | 65 | 75 | 7 | 7 | 121 | 101 |
| Binary | 11101110 | 1101111 | 1011110 | 0 | 110101 | 111101 | 111 | 111 | 1010001 | 1000001 |
Color Harmonies of #EE6F5E
Complementary color
Monochromatic Colors of #EE6F5E
Black with #EE6F5E
Text Example
Text Example
White with #EE6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F5E; }
p { color: rgb(238,111,94); }
H1.HeaderClassName
{
color: #EE6F5E;
}
.AnyTagClassName
{
color: #EE6F5E;
}
</style>
background-color css
<style>
a { background-color: #EE6F5E; }
a { background-color: rgb(238,111,94); }
div.DivClassName
{
background-color: #EE6F5E;
}
.BgClassName
{
background-color: #EE6F5E;
}
</style>
border-color css
<style>
span { border-color: #EE6F5E; }
span { border-color: rgb(238,111,94); }
td.TdClassName
{
border-color: #EE6F5E;
}
.TagClassName
{
border-color: #EE6F5E;
}
</style>