Shades of Terra Cotta #E06F52
Tints of Terra Cotta #E06F52
RGB
CMYK
RGB Variations
Color information
#E06F52 (or 0xE06F52) is known color: Terra Cotta. HEX triplet: E0, 6F and 52. RGB value is (224,111,82). Sum of RGB (Red+Green+Blue) = 224+111+82=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F52 is #1F90AD. Grayscale: #8D8D8D. Windows color (decimal): -2068654 or 5402592. OLE color: 5402592.
HSL color Cylindrical-coordinate representation of color #E06F52: hue angle of 12.25º degrees, saturation: 0.7, 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 #E06F52 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 82 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.12 |
| HSL | 12.25º | 0.7% | 0.6% | - |
| HSV(B) | 12.25º | 0.63% | 0.88% | - |
| XYZ | 37.95 | 27.83 | 11.35 | - |
| YUV | 141.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 82 | 0 | 0.50 | 0.63 | 0.12 | 12.25 | 0.7 | 0.6 |
| Hex | E0 | 6F | 52 | 0 | 32 | 3F | C | C | 46 | 3C |
| Octal | 340 | 157 | 122 | 0 | 62 | 77 | 14 | 14 | 106 | 74 |
| Binary | 11100000 | 1101111 | 1010010 | 0 | 110010 | 111111 | 1100 | 1100 | 1000110 | 111100 |
Color Harmonies of #E06F52
Complementary color
Monochromatic Colors of #E06F52
Black with #E06F52
Text Example
Text Example
White with #E06F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F52; }
p { color: rgb(224,111,82); }
H1.HeaderClassName
{
color: #E06F52;
}
.AnyTagClassName
{
color: #E06F52;
}
</style>
background-color css
<style>
a { background-color: #E06F52; }
a { background-color: rgb(224,111,82); }
div.DivClassName
{
background-color: #E06F52;
}
.BgClassName
{
background-color: #E06F52;
}
</style>
border-color css
<style>
span { border-color: #E06F52; }
span { border-color: rgb(224,111,82); }
td.TdClassName
{
border-color: #E06F52;
}
.TagClassName
{
border-color: #E06F52;
}
</style>