Shades of Terra Cotta #E68062
Tints of Terra Cotta #E68062
RGB
CMYK
RGB Variations
Color information
#E68062 (or 0xE68062) is known color: Terra Cotta. HEX triplet: E6, 80 and 62. RGB value is (230,128,98). Sum of RGB (Red+Green+Blue) = 230+128+98=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E68062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68062 is #197F9D. Grayscale: #9B9B9B. Windows color (decimal): -1671070 or 6455526. OLE color: 6455526.
HSL color Cylindrical-coordinate representation of color #E68062: hue angle of 13.64º 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 #E68062 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 98 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.10 |
| HSL | 13.64º | 0.73% | 0.64% | - |
| HSV(B) | 13.64º | 0.57% | 0.9% | - |
| XYZ | 42.56 | 33.14 | 15.71 | - |
| YUV | 155.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 98 | 0 | 0.44 | 0.57 | 0.10 | 13.64 | 0.73 | 0.64 |
| Hex | E6 | 80 | 62 | 0 | 2C | 39 | A | E | 49 | 40 |
| Octal | 346 | 200 | 142 | 0 | 54 | 71 | 12 | 16 | 111 | 100 |
| Binary | 11100110 | 10000000 | 1100010 | 0 | 101100 | 111001 | 1010 | 1110 | 1001001 | 1000000 |
Color Harmonies of #E68062
Complementary color
Monochromatic Colors of #E68062
Black with #E68062
Text Example
Text Example
White with #E68062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68062; }
p { color: rgb(230,128,98); }
H1.HeaderClassName
{
color: #E68062;
}
.AnyTagClassName
{
color: #E68062;
}
</style>
background-color css
<style>
a { background-color: #E68062; }
a { background-color: rgb(230,128,98); }
div.DivClassName
{
background-color: #E68062;
}
.BgClassName
{
background-color: #E68062;
}
</style>
border-color css
<style>
span { border-color: #E68062; }
span { border-color: rgb(230,128,98); }
td.TdClassName
{
border-color: #E68062;
}
.TagClassName
{
border-color: #E68062;
}
</style>