Shades of Terra Cotta #E16F54
Tints of Terra Cotta #E16F54
RGB
CMYK
RGB Variations
Color information
#E16F54 (or 0xE16F54) is known color: Terra Cotta. HEX triplet: E1, 6F and 54. RGB value is (225,111,84). Sum of RGB (Red+Green+Blue) = 225+111+84=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F54 is #1E90AB. Grayscale: #8E8E8E. Windows color (decimal): -2003116 or 5533665. OLE color: 5533665.
HSL color Cylindrical-coordinate representation of color #E16F54: hue angle of 11.49º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E16F54 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 84 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.12 |
| HSL | 11.49º | 0.7% | 0.61% | - |
| HSV(B) | 11.49º | 0.63% | 0.88% | - |
| XYZ | 38.34 | 28.02 | 11.77 | - |
| YUV | 142.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 84 | 0 | 0.51 | 0.63 | 0.12 | 11.49 | 0.7 | 0.61 |
| Hex | E1 | 6F | 54 | 0 | 33 | 3F | C | B | 46 | 3D |
| Octal | 341 | 157 | 124 | 0 | 63 | 77 | 14 | 13 | 106 | 75 |
| Binary | 11100001 | 1101111 | 1010100 | 0 | 110011 | 111111 | 1100 | 1011 | 1000110 | 111101 |
Color Harmonies of #E16F54
Complementary color
Monochromatic Colors of #E16F54
Black with #E16F54
Text Example
Text Example
White with #E16F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F54; }
p { color: rgb(225,111,84); }
H1.HeaderClassName
{
color: #E16F54;
}
.AnyTagClassName
{
color: #E16F54;
}
</style>
background-color css
<style>
a { background-color: #E16F54; }
a { background-color: rgb(225,111,84); }
div.DivClassName
{
background-color: #E16F54;
}
.BgClassName
{
background-color: #E16F54;
}
</style>
border-color css
<style>
span { border-color: #E16F54; }
span { border-color: rgb(225,111,84); }
td.TdClassName
{
border-color: #E16F54;
}
.TagClassName
{
border-color: #E16F54;
}
</style>