Shades of Terra Cotta #E66962
Tints of Terra Cotta #E66962
RGB
CMYK
RGB Variations
Color information
#E66962 (or 0xE66962) is known color: Terra Cotta. HEX triplet: E6, 69 and 62. RGB value is (230,105,98). Sum of RGB (Red+Green+Blue) = 230+105+98=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E66962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66962 is #19969D. Grayscale: #8D8D8D. Windows color (decimal): -1676958 or 6449638. OLE color: 6449638.
HSL color Cylindrical-coordinate representation of color #E66962: hue angle of 3.18º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66962 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 98 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.10 |
| HSL | 3.18º | 0.73% | 0.64% | - |
| HSV(B) | 3.18º | 0.57% | 0.9% | - |
| XYZ | 39.89 | 27.81 | 14.82 | - |
| YUV | 141.58 | 103.41 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 98 | 0 | 0.54 | 0.57 | 0.10 | 3.18 | 0.73 | 0.64 |
| Hex | E6 | 69 | 62 | 0 | 36 | 39 | A | 3 | 49 | 40 |
| Octal | 346 | 151 | 142 | 0 | 66 | 71 | 12 | 3 | 111 | 100 |
| Binary | 11100110 | 1101001 | 1100010 | 0 | 110110 | 111001 | 1010 | 11 | 1001001 | 1000000 |
Color Harmonies of #E66962
Complementary color
Monochromatic Colors of #E66962
Black with #E66962
Text Example
Text Example
White with #E66962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66962; }
p { color: rgb(230,105,98); }
H1.HeaderClassName
{
color: #E66962;
}
.AnyTagClassName
{
color: #E66962;
}
</style>
background-color css
<style>
a { background-color: #E66962; }
a { background-color: rgb(230,105,98); }
div.DivClassName
{
background-color: #E66962;
}
.BgClassName
{
background-color: #E66962;
}
</style>
border-color css
<style>
span { border-color: #E66962; }
span { border-color: rgb(230,105,98); }
td.TdClassName
{
border-color: #E66962;
}
.TagClassName
{
border-color: #E66962;
}
</style>