Shades of Terra Cotta #E17B5E
Tints of Terra Cotta #E17B5E
RGB
CMYK
RGB Variations
Color information
#E17B5E (or 0xE17B5E) is known color: Terra Cotta. HEX triplet: E1, 7B and 5E. RGB value is (225,123,94). Sum of RGB (Red+Green+Blue) = 225+123+94=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B5E is #1E84A1. Grayscale: #969696. Windows color (decimal): -2000034 or 6192097. OLE color: 6192097.
HSL color Cylindrical-coordinate representation of color #E17B5E: hue angle of 13.28º 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 #E17B5E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 94 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.12 |
| HSL | 13.28º | 0.69% | 0.63% | - |
| HSV(B) | 13.28º | 0.58% | 0.88% | - |
| XYZ | 40.15 | 30.98 | 14.45 | - |
| YUV | 150.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 94 | 0 | 0.45 | 0.58 | 0.12 | 13.28 | 0.69 | 0.63 |
| Hex | E1 | 7B | 5E | 0 | 2D | 3A | C | D | 45 | 3F |
| Octal | 341 | 173 | 136 | 0 | 55 | 72 | 14 | 15 | 105 | 77 |
| Binary | 11100001 | 1111011 | 1011110 | 0 | 101101 | 111010 | 1100 | 1101 | 1000101 | 111111 |
Color Harmonies of #E17B5E
Complementary color
Monochromatic Colors of #E17B5E
Black with #E17B5E
Text Example
Text Example
White with #E17B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B5E; }
p { color: rgb(225,123,94); }
H1.HeaderClassName
{
color: #E17B5E;
}
.AnyTagClassName
{
color: #E17B5E;
}
</style>
background-color css
<style>
a { background-color: #E17B5E; }
a { background-color: rgb(225,123,94); }
div.DivClassName
{
background-color: #E17B5E;
}
.BgClassName
{
background-color: #E17B5E;
}
</style>
border-color css
<style>
span { border-color: #E17B5E; }
span { border-color: rgb(225,123,94); }
td.TdClassName
{
border-color: #E17B5E;
}
.TagClassName
{
border-color: #E17B5E;
}
</style>