Shades of Terra Cotta #E16B5E
Tints of Terra Cotta #E16B5E
RGB
CMYK
RGB Variations
Color information
#E16B5E (or 0xE16B5E) is known color: Terra Cotta. HEX triplet: E1, 6B and 5E. RGB value is (225,107,94). Sum of RGB (Red+Green+Blue) = 225+107+94=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B5E is #1E94A1. Grayscale: #8C8C8C. Windows color (decimal): -2004130 or 6188001. OLE color: 6188001.
HSL color Cylindrical-coordinate representation of color #E16B5E: hue angle of 5.95º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E16B5E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 94 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.12 |
| HSL | 5.95º | 0.69% | 0.63% | - |
| HSV(B) | 5.95º | 0.58% | 0.88% | - |
| XYZ | 38.33 | 27.33 | 13.84 | - |
| YUV | 140.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 94 | 0 | 0.52 | 0.58 | 0.12 | 5.95 | 0.69 | 0.63 |
| Hex | E1 | 6B | 5E | 0 | 34 | 3A | C | 6 | 45 | 3F |
| Octal | 341 | 153 | 136 | 0 | 64 | 72 | 14 | 6 | 105 | 77 |
| Binary | 11100001 | 1101011 | 1011110 | 0 | 110100 | 111010 | 1100 | 110 | 1000101 | 111111 |
Color Harmonies of #E16B5E
Complementary color
Monochromatic Colors of #E16B5E
Black with #E16B5E
Text Example
Text Example
White with #E16B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B5E; }
p { color: rgb(225,107,94); }
H1.HeaderClassName
{
color: #E16B5E;
}
.AnyTagClassName
{
color: #E16B5E;
}
</style>
background-color css
<style>
a { background-color: #E16B5E; }
a { background-color: rgb(225,107,94); }
div.DivClassName
{
background-color: #E16B5E;
}
.BgClassName
{
background-color: #E16B5E;
}
</style>
border-color css
<style>
span { border-color: #E16B5E; }
span { border-color: rgb(225,107,94); }
td.TdClassName
{
border-color: #E16B5E;
}
.TagClassName
{
border-color: #E16B5E;
}
</style>