Shades of Terra Cotta #E17A5F
Tints of Terra Cotta #E17A5F
RGB
CMYK
RGB Variations
Color information
#E17A5F (or 0xE17A5F) is known color: Terra Cotta. HEX triplet: E1, 7A and 5F. RGB value is (225,122,95). Sum of RGB (Red+Green+Blue) = 225+122+95=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A5F is #1E85A0. Grayscale: #959595. Windows color (decimal): -2000289 or 6257377. OLE color: 6257377.
HSL color Cylindrical-coordinate representation of color #E17A5F: hue angle of 12.46º 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 #E17A5F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 95 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.12 |
| HSL | 12.46º | 0.68% | 0.63% | - |
| HSV(B) | 12.46º | 0.58% | 0.88% | - |
| XYZ | 40.08 | 30.75 | 14.65 | - |
| YUV | 149.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 95 | 0 | 0.46 | 0.58 | 0.12 | 12.46 | 0.68 | 0.63 |
| Hex | E1 | 7A | 5F | 0 | 2E | 3A | C | C | 44 | 3F |
| Octal | 341 | 172 | 137 | 0 | 56 | 72 | 14 | 14 | 104 | 77 |
| Binary | 11100001 | 1111010 | 1011111 | 0 | 101110 | 111010 | 1100 | 1100 | 1000100 | 111111 |
Color Harmonies of #E17A5F
Complementary color
Monochromatic Colors of #E17A5F
Black with #E17A5F
Text Example
Text Example
White with #E17A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A5F; }
p { color: rgb(225,122,95); }
H1.HeaderClassName
{
color: #E17A5F;
}
.AnyTagClassName
{
color: #E17A5F;
}
</style>
background-color css
<style>
a { background-color: #E17A5F; }
a { background-color: rgb(225,122,95); }
div.DivClassName
{
background-color: #E17A5F;
}
.BgClassName
{
background-color: #E17A5F;
}
</style>
border-color css
<style>
span { border-color: #E17A5F; }
span { border-color: rgb(225,122,95); }
td.TdClassName
{
border-color: #E17A5F;
}
.TagClassName
{
border-color: #E17A5F;
}
</style>