Shades of Terra Cotta #EE7861
Tints of Terra Cotta #EE7861
RGB
CMYK
RGB Variations
Color information
#EE7861 (or 0xEE7861) is known color: Terra Cotta. HEX triplet: EE, 78 and 61. RGB value is (238,120,97). Sum of RGB (Red+Green+Blue) = 238+120+97=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7861 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7861 is #11879E. Grayscale: #989898. Windows color (decimal): -1148831 or 6387950. OLE color: 6387950.
HSL color Cylindrical-coordinate representation of color #EE7861: hue angle of 9.79º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE7861 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 97 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.07 |
| HSL | 9.79º | 0.81% | 0.66% | - |
| HSV(B) | 9.79º | 0.59% | 0.93% | - |
| XYZ | 44.13 | 32.47 | 15.25 | - |
| YUV | 152.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 97 | 0 | 0.50 | 0.59 | 0.07 | 9.79 | 0.81 | 0.66 |
| Hex | EE | 78 | 61 | 0 | 32 | 3B | 7 | A | 51 | 42 |
| Octal | 356 | 170 | 141 | 0 | 62 | 73 | 7 | 12 | 121 | 102 |
| Binary | 11101110 | 1111000 | 1100001 | 0 | 110010 | 111011 | 111 | 1010 | 1010001 | 1000010 |
Color Harmonies of #EE7861
Complementary color
Monochromatic Colors of #EE7861
Black with #EE7861
Text Example
Text Example
White with #EE7861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7861; }
p { color: rgb(238,120,97); }
H1.HeaderClassName
{
color: #EE7861;
}
.AnyTagClassName
{
color: #EE7861;
}
</style>
background-color css
<style>
a { background-color: #EE7861; }
a { background-color: rgb(238,120,97); }
div.DivClassName
{
background-color: #EE7861;
}
.BgClassName
{
background-color: #EE7861;
}
</style>
border-color css
<style>
span { border-color: #EE7861; }
span { border-color: rgb(238,120,97); }
td.TdClassName
{
border-color: #EE7861;
}
.TagClassName
{
border-color: #EE7861;
}
</style>