Shades of Terra Cotta #E67862
Tints of Terra Cotta #E67862
RGB
CMYK
RGB Variations
Color information
#E67862 (or 0xE67862) is known color: Terra Cotta. HEX triplet: E6, 78 and 62. RGB value is (230,120,98). Sum of RGB (Red+Green+Blue) = 230+120+98=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E67862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67862 is #19879D. Grayscale: #969696. Windows color (decimal): -1673118 or 6453478. OLE color: 6453478.
HSL color Cylindrical-coordinate representation of color #E67862: hue angle of 10º 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 #E67862 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 98 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.10 |
| HSL | 10º | 0.73% | 0.64% | - |
| HSV(B) | 10º | 0.57% | 0.9% | - |
| XYZ | 41.55 | 31.14 | 15.38 | - |
| YUV | 150.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 98 | 0 | 0.48 | 0.57 | 0.10 | 10 | 0.73 | 0.64 |
| Hex | E6 | 78 | 62 | 0 | 30 | 39 | A | A | 49 | 40 |
| Octal | 346 | 170 | 142 | 0 | 60 | 71 | 12 | 12 | 111 | 100 |
| Binary | 11100110 | 1111000 | 1100010 | 0 | 110000 | 111001 | 1010 | 1010 | 1001001 | 1000000 |
Color Harmonies of #E67862
Complementary color
Monochromatic Colors of #E67862
Black with #E67862
Text Example
Text Example
White with #E67862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67862; }
p { color: rgb(230,120,98); }
H1.HeaderClassName
{
color: #E67862;
}
.AnyTagClassName
{
color: #E67862;
}
</style>
background-color css
<style>
a { background-color: #E67862; }
a { background-color: rgb(230,120,98); }
div.DivClassName
{
background-color: #E67862;
}
.BgClassName
{
background-color: #E67862;
}
</style>
border-color css
<style>
span { border-color: #E67862; }
span { border-color: rgb(230,120,98); }
td.TdClassName
{
border-color: #E67862;
}
.TagClassName
{
border-color: #E67862;
}
</style>