Shades of Terra Cotta #E06F53
Tints of Terra Cotta #E06F53
RGB
CMYK
RGB Variations
Color information
#E06F53 (or 0xE06F53) is known color: Terra Cotta. HEX triplet: E0, 6F and 53. RGB value is (224,111,83). Sum of RGB (Red+Green+Blue) = 224+111+83=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F53 is #1F90AC. Grayscale: #8D8D8D. Windows color (decimal): -2068653 or 5468128. OLE color: 5468128.
HSL color Cylindrical-coordinate representation of color #E06F53: hue angle of 11.91º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E06F53 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 83 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.12 |
| HSL | 11.91º | 0.69% | 0.6% | - |
| HSV(B) | 11.91º | 0.63% | 0.88% | - |
| XYZ | 37.99 | 27.84 | 11.56 | - |
| YUV | 141.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 83 | 0 | 0.50 | 0.63 | 0.12 | 11.91 | 0.69 | 0.6 |
| Hex | E0 | 6F | 53 | 0 | 32 | 3F | C | C | 45 | 3C |
| Octal | 340 | 157 | 123 | 0 | 62 | 77 | 14 | 14 | 105 | 74 |
| Binary | 11100000 | 1101111 | 1010011 | 0 | 110010 | 111111 | 1100 | 1100 | 1000101 | 111100 |
Color Harmonies of #E06F53
Complementary color
Monochromatic Colors of #E06F53
Black with #E06F53
Text Example
Text Example
White with #E06F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F53; }
p { color: rgb(224,111,83); }
H1.HeaderClassName
{
color: #E06F53;
}
.AnyTagClassName
{
color: #E06F53;
}
</style>
background-color css
<style>
a { background-color: #E06F53; }
a { background-color: rgb(224,111,83); }
div.DivClassName
{
background-color: #E06F53;
}
.BgClassName
{
background-color: #E06F53;
}
</style>
border-color css
<style>
span { border-color: #E06F53; }
span { border-color: rgb(224,111,83); }
td.TdClassName
{
border-color: #E06F53;
}
.TagClassName
{
border-color: #E06F53;
}
</style>