Shades of Terra Cotta #E66A5E
Tints of Terra Cotta #E66A5E
RGB
CMYK
RGB Variations
Color information
#E66A5E (or 0xE66A5E) is known color: Terra Cotta. HEX triplet: E6, 6A and 5E. RGB value is (230,106,94). Sum of RGB (Red+Green+Blue) = 230+106+94=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A5E is #1995A1. Grayscale: #8D8D8D. Windows color (decimal): -1676706 or 6187750. OLE color: 6187750.
HSL color Cylindrical-coordinate representation of color #E66A5E: hue angle of 5.29º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E66A5E is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 94 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.10 |
| HSL | 5.29º | 0.73% | 0.64% | - |
| HSV(B) | 5.29º | 0.59% | 0.9% | - |
| XYZ | 39.81 | 27.94 | 13.88 | - |
| YUV | 141.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 94 | 0 | 0.54 | 0.59 | 0.10 | 5.29 | 0.73 | 0.64 |
| Hex | E6 | 6A | 5E | 0 | 36 | 3B | A | 5 | 49 | 40 |
| Octal | 346 | 152 | 136 | 0 | 66 | 73 | 12 | 5 | 111 | 100 |
| Binary | 11100110 | 1101010 | 1011110 | 0 | 110110 | 111011 | 1010 | 101 | 1001001 | 1000000 |
Color Harmonies of #E66A5E
Complementary color
Monochromatic Colors of #E66A5E
Black with #E66A5E
Text Example
Text Example
White with #E66A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A5E; }
p { color: rgb(230,106,94); }
H1.HeaderClassName
{
color: #E66A5E;
}
.AnyTagClassName
{
color: #E66A5E;
}
</style>
background-color css
<style>
a { background-color: #E66A5E; }
a { background-color: rgb(230,106,94); }
div.DivClassName
{
background-color: #E66A5E;
}
.BgClassName
{
background-color: #E66A5E;
}
</style>
border-color css
<style>
span { border-color: #E66A5E; }
span { border-color: rgb(230,106,94); }
td.TdClassName
{
border-color: #E66A5E;
}
.TagClassName
{
border-color: #E66A5E;
}
</style>