Shades of Terra Cotta #E16D52
Tints of Terra Cotta #E16D52
RGB
CMYK
RGB Variations
Color information
#E16D52 (or 0xE16D52) is known color: Terra Cotta. HEX triplet: E1, 6D and 52. RGB value is (225,109,82). Sum of RGB (Red+Green+Blue) = 225+109+82=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D52 is #1E92AD. Grayscale: #8C8C8C. Windows color (decimal): -2003630 or 5402081. OLE color: 5402081.
HSL color Cylindrical-coordinate representation of color #E16D52: hue angle of 11.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E16D52 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 82 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.12 |
| HSL | 11.33º | 0.7% | 0.6% | - |
| HSV(B) | 11.33º | 0.64% | 0.88% | - |
| XYZ | 38.04 | 27.55 | 11.3 | - |
| YUV | 140.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 82 | 0 | 0.52 | 0.64 | 0.12 | 11.33 | 0.7 | 0.6 |
| Hex | E1 | 6D | 52 | 0 | 34 | 40 | C | B | 46 | 3C |
| Octal | 341 | 155 | 122 | 0 | 64 | 100 | 14 | 13 | 106 | 74 |
| Binary | 11100001 | 1101101 | 1010010 | 0 | 110100 | 1000000 | 1100 | 1011 | 1000110 | 111100 |
Color Harmonies of #E16D52
Complementary color
Monochromatic Colors of #E16D52
Black with #E16D52
Text Example
Text Example
White with #E16D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D52; }
p { color: rgb(225,109,82); }
H1.HeaderClassName
{
color: #E16D52;
}
.AnyTagClassName
{
color: #E16D52;
}
</style>
background-color css
<style>
a { background-color: #E16D52; }
a { background-color: rgb(225,109,82); }
div.DivClassName
{
background-color: #E16D52;
}
.BgClassName
{
background-color: #E16D52;
}
</style>
border-color css
<style>
span { border-color: #E16D52; }
span { border-color: rgb(225,109,82); }
td.TdClassName
{
border-color: #E16D52;
}
.TagClassName
{
border-color: #E16D52;
}
</style>