Shades of Terra Cotta #EE7866
Tints of Terra Cotta #EE7866
RGB
CMYK
RGB Variations
Color information
#EE7866 (or 0xEE7866) is known color: Terra Cotta. HEX triplet: EE, 78 and 66. RGB value is (238,120,102). Sum of RGB (Red+Green+Blue) = 238+120+102=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7866 is #118799. Grayscale: #999999. Windows color (decimal): -1148826 or 6715630. OLE color: 6715630.
HSL color Cylindrical-coordinate representation of color #EE7866: hue angle of 7.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE7866 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 102 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.07 |
| HSL | 7.94º | 0.8% | 0.67% | - |
| HSV(B) | 7.94º | 0.57% | 0.93% | - |
| XYZ | 44.37 | 32.57 | 16.52 | - |
| YUV | 153.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 102 | 0 | 0.50 | 0.57 | 0.07 | 7.94 | 0.8 | 0.67 |
| Hex | EE | 78 | 66 | 0 | 32 | 39 | 7 | 8 | 50 | 43 |
| Octal | 356 | 170 | 146 | 0 | 62 | 71 | 7 | 10 | 120 | 103 |
| Binary | 11101110 | 1111000 | 1100110 | 0 | 110010 | 111001 | 111 | 1000 | 1010000 | 1000011 |
Color Harmonies of #EE7866
Complementary color
Monochromatic Colors of #EE7866
Black with #EE7866
Text Example
Text Example
White with #EE7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7866; }
p { color: rgb(238,120,102); }
H1.HeaderClassName
{
color: #EE7866;
}
.AnyTagClassName
{
color: #EE7866;
}
</style>
background-color css
<style>
a { background-color: #EE7866; }
a { background-color: rgb(238,120,102); }
div.DivClassName
{
background-color: #EE7866;
}
.BgClassName
{
background-color: #EE7866;
}
</style>
border-color css
<style>
span { border-color: #EE7866; }
span { border-color: rgb(238,120,102); }
td.TdClassName
{
border-color: #EE7866;
}
.TagClassName
{
border-color: #EE7866;
}
</style>