Shades of Terra Cotta #E66A62
Tints of Terra Cotta #E66A62
RGB
CMYK
RGB Variations
Color information
#E66A62 (or 0xE66A62) is known color: Terra Cotta. HEX triplet: E6, 6A and 62. RGB value is (230,106,98). Sum of RGB (Red+Green+Blue) = 230+106+98=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A62 is #19959D. Grayscale: #8E8E8E. Windows color (decimal): -1676702 or 6449894. OLE color: 6449894.
HSL color Cylindrical-coordinate representation of color #E66A62: hue angle of 3.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 #E66A62 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 98 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.10 |
| HSL | 3.64º | 0.73% | 0.64% | - |
| HSV(B) | 3.64º | 0.57% | 0.9% | - |
| XYZ | 39.99 | 28.01 | 14.85 | - |
| YUV | 142.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 98 | 0 | 0.54 | 0.57 | 0.10 | 3.64 | 0.73 | 0.64 |
| Hex | E6 | 6A | 62 | 0 | 36 | 39 | A | 4 | 49 | 40 |
| Octal | 346 | 152 | 142 | 0 | 66 | 71 | 12 | 4 | 111 | 100 |
| Binary | 11100110 | 1101010 | 1100010 | 0 | 110110 | 111001 | 1010 | 100 | 1001001 | 1000000 |
Color Harmonies of #E66A62
Complementary color
Monochromatic Colors of #E66A62
Black with #E66A62
Text Example
Text Example
White with #E66A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A62; }
p { color: rgb(230,106,98); }
H1.HeaderClassName
{
color: #E66A62;
}
.AnyTagClassName
{
color: #E66A62;
}
</style>
background-color css
<style>
a { background-color: #E66A62; }
a { background-color: rgb(230,106,98); }
div.DivClassName
{
background-color: #E66A62;
}
.BgClassName
{
background-color: #E66A62;
}
</style>
border-color css
<style>
span { border-color: #E66A62; }
span { border-color: rgb(230,106,98); }
td.TdClassName
{
border-color: #E66A62;
}
.TagClassName
{
border-color: #E66A62;
}
</style>