Shades of Terra Cotta #E06D52
Tints of Terra Cotta #E06D52
RGB
CMYK
RGB Variations
Color information
#E06D52 (or 0xE06D52) is known color: Terra Cotta. HEX triplet: E0, 6D and 52. RGB value is (224,109,82). Sum of RGB (Red+Green+Blue) = 224+109+82=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D52 is #1F92AD. Grayscale: #8C8C8C. Windows color (decimal): -2069166 or 5402080. OLE color: 5402080.
HSL color Cylindrical-coordinate representation of color #E06D52: hue angle of 11.41º 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 #E06D52 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 82 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.12 |
| HSL | 11.41º | 0.7% | 0.6% | - |
| HSV(B) | 11.41º | 0.63% | 0.88% | - |
| XYZ | 37.73 | 27.39 | 11.28 | - |
| YUV | 140.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 82 | 0 | 0.51 | 0.63 | 0.12 | 11.41 | 0.7 | 0.6 |
| Hex | E0 | 6D | 52 | 0 | 33 | 3F | C | B | 46 | 3C |
| Octal | 340 | 155 | 122 | 0 | 63 | 77 | 14 | 13 | 106 | 74 |
| Binary | 11100000 | 1101101 | 1010010 | 0 | 110011 | 111111 | 1100 | 1011 | 1000110 | 111100 |
Color Harmonies of #E06D52
Complementary color
Monochromatic Colors of #E06D52
Black with #E06D52
Text Example
Text Example
White with #E06D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D52; }
p { color: rgb(224,109,82); }
H1.HeaderClassName
{
color: #E06D52;
}
.AnyTagClassName
{
color: #E06D52;
}
</style>
background-color css
<style>
a { background-color: #E06D52; }
a { background-color: rgb(224,109,82); }
div.DivClassName
{
background-color: #E06D52;
}
.BgClassName
{
background-color: #E06D52;
}
</style>
border-color css
<style>
span { border-color: #E06D52; }
span { border-color: rgb(224,109,82); }
td.TdClassName
{
border-color: #E06D52;
}
.TagClassName
{
border-color: #E06D52;
}
</style>