Shades of Terra Cotta #E17B5F
Tints of Terra Cotta #E17B5F
RGB
CMYK
RGB Variations
Color information
#E17B5F (or 0xE17B5F) is known color: Terra Cotta. HEX triplet: E1, 7B and 5F. RGB value is (225,123,95). Sum of RGB (Red+Green+Blue) = 225+123+95=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B5F is #1E84A0. Grayscale: #969696. Windows color (decimal): -2000033 or 6257633. OLE color: 6257633.
HSL color Cylindrical-coordinate representation of color #E17B5F: hue angle of 12.92º degrees, saturation: 0.68, 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 #E17B5F is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 95 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.12 |
| HSL | 12.92º | 0.68% | 0.63% | - |
| HSV(B) | 12.92º | 0.58% | 0.88% | - |
| XYZ | 40.2 | 31 | 14.69 | - |
| YUV | 150.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 95 | 0 | 0.45 | 0.58 | 0.12 | 12.92 | 0.68 | 0.63 |
| Hex | E1 | 7B | 5F | 0 | 2D | 3A | C | D | 44 | 3F |
| Octal | 341 | 173 | 137 | 0 | 55 | 72 | 14 | 15 | 104 | 77 |
| Binary | 11100001 | 1111011 | 1011111 | 0 | 101101 | 111010 | 1100 | 1101 | 1000100 | 111111 |
Color Harmonies of #E17B5F
Complementary color
Monochromatic Colors of #E17B5F
Black with #E17B5F
Text Example
Text Example
White with #E17B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B5F; }
p { color: rgb(225,123,95); }
H1.HeaderClassName
{
color: #E17B5F;
}
.AnyTagClassName
{
color: #E17B5F;
}
</style>
background-color css
<style>
a { background-color: #E17B5F; }
a { background-color: rgb(225,123,95); }
div.DivClassName
{
background-color: #E17B5F;
}
.BgClassName
{
background-color: #E17B5F;
}
</style>
border-color css
<style>
span { border-color: #E17B5F; }
span { border-color: rgb(225,123,95); }
td.TdClassName
{
border-color: #E17B5F;
}
.TagClassName
{
border-color: #E17B5F;
}
</style>