Shades of Terra Cotta #E06E65
Tints of Terra Cotta #E06E65
RGB
CMYK
RGB Variations
Color information
#E06E65 (or 0xE06E65) is known color: Terra Cotta. HEX triplet: E0, 6E and 65. RGB value is (224,110,101). Sum of RGB (Red+Green+Blue) = 224+110+101=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E65 is #1F919A. Grayscale: #8F8F8F. Windows color (decimal): -2068891 or 6647520. OLE color: 6647520.
HSL color Cylindrical-coordinate representation of color #E06E65: hue angle of 4.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06E65 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 101 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.12 |
| HSL | 4.39º | 0.66% | 0.64% | - |
| HSV(B) | 4.39º | 0.55% | 0.88% | - |
| XYZ | 38.67 | 27.94 | 15.67 | - |
| YUV | 143.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 101 | 0 | 0.51 | 0.55 | 0.12 | 4.39 | 0.66 | 0.64 |
| Hex | E0 | 6E | 65 | 0 | 33 | 37 | C | 4 | 42 | 40 |
| Octal | 340 | 156 | 145 | 0 | 63 | 67 | 14 | 4 | 102 | 100 |
| Binary | 11100000 | 1101110 | 1100101 | 0 | 110011 | 110111 | 1100 | 100 | 1000010 | 1000000 |
Color Harmonies of #E06E65
Complementary color
Monochromatic Colors of #E06E65
Black with #E06E65
Text Example
Text Example
White with #E06E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E65; }
p { color: rgb(224,110,101); }
H1.HeaderClassName
{
color: #E06E65;
}
.AnyTagClassName
{
color: #E06E65;
}
</style>
background-color css
<style>
a { background-color: #E06E65; }
a { background-color: rgb(224,110,101); }
div.DivClassName
{
background-color: #E06E65;
}
.BgClassName
{
background-color: #E06E65;
}
</style>
border-color css
<style>
span { border-color: #E06E65; }
span { border-color: rgb(224,110,101); }
td.TdClassName
{
border-color: #E06E65;
}
.TagClassName
{
border-color: #E06E65;
}
</style>