Shades of Terra Cotta #E06F65
Tints of Terra Cotta #E06F65
RGB
CMYK
RGB Variations
Color information
#E06F65 (or 0xE06F65) is known color: Terra Cotta. HEX triplet: E0, 6F and 65. RGB value is (224,111,101). Sum of RGB (Red+Green+Blue) = 224+111+101=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F65 is #1F909A. Grayscale: #8F8F8F. Windows color (decimal): -2068635 or 6647776. OLE color: 6647776.
HSL color Cylindrical-coordinate representation of color #E06F65: hue angle of 4.88º 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 #E06F65 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 101 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.12 |
| HSL | 4.88º | 0.66% | 0.64% | - |
| HSV(B) | 4.88º | 0.55% | 0.88% | - |
| XYZ | 38.77 | 28.16 | 15.7 | - |
| YUV | 143.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 101 | 0 | 0.50 | 0.55 | 0.12 | 4.88 | 0.66 | 0.64 |
| Hex | E0 | 6F | 65 | 0 | 32 | 37 | C | 5 | 42 | 40 |
| Octal | 340 | 157 | 145 | 0 | 62 | 67 | 14 | 5 | 102 | 100 |
| Binary | 11100000 | 1101111 | 1100101 | 0 | 110010 | 110111 | 1100 | 101 | 1000010 | 1000000 |
Color Harmonies of #E06F65
Complementary color
Monochromatic Colors of #E06F65
Black with #E06F65
Text Example
Text Example
White with #E06F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F65; }
p { color: rgb(224,111,101); }
H1.HeaderClassName
{
color: #E06F65;
}
.AnyTagClassName
{
color: #E06F65;
}
</style>
background-color css
<style>
a { background-color: #E06F65; }
a { background-color: rgb(224,111,101); }
div.DivClassName
{
background-color: #E06F65;
}
.BgClassName
{
background-color: #E06F65;
}
</style>
border-color css
<style>
span { border-color: #E06F65; }
span { border-color: rgb(224,111,101); }
td.TdClassName
{
border-color: #E06F65;
}
.TagClassName
{
border-color: #E06F65;
}
</style>