Shades of Terra Cotta #E17B5A
Tints of Terra Cotta #E17B5A
RGB
CMYK
RGB Variations
Color information
#E17B5A (or 0xE17B5A) is known color: Terra Cotta. HEX triplet: E1, 7B and 5A. RGB value is (225,123,90). Sum of RGB (Red+Green+Blue) = 225+123+90=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B5A is #1E84A5. Grayscale: #959595. Windows color (decimal): -2000038 or 5929953. OLE color: 5929953.
HSL color Cylindrical-coordinate representation of color #E17B5A: hue angle of 14.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E17B5A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 90 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.12 |
| HSL | 14.67º | 0.69% | 0.62% | - |
| HSV(B) | 14.67º | 0.6% | 0.88% | - |
| XYZ | 39.98 | 30.91 | 13.53 | - |
| YUV | 149.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 90 | 0 | 0.45 | 0.60 | 0.12 | 14.67 | 0.69 | 0.62 |
| Hex | E1 | 7B | 5A | 0 | 2D | 3C | C | F | 45 | 3E |
| Octal | 341 | 173 | 132 | 0 | 55 | 74 | 14 | 17 | 105 | 76 |
| Binary | 11100001 | 1111011 | 1011010 | 0 | 101101 | 111100 | 1100 | 1111 | 1000101 | 111110 |
Color Harmonies of #E17B5A
Complementary color
Monochromatic Colors of #E17B5A
Black with #E17B5A
Text Example
Text Example
White with #E17B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B5A; }
p { color: rgb(225,123,90); }
H1.HeaderClassName
{
color: #E17B5A;
}
.AnyTagClassName
{
color: #E17B5A;
}
</style>
background-color css
<style>
a { background-color: #E17B5A; }
a { background-color: rgb(225,123,90); }
div.DivClassName
{
background-color: #E17B5A;
}
.BgClassName
{
background-color: #E17B5A;
}
</style>
border-color css
<style>
span { border-color: #E17B5A; }
span { border-color: rgb(225,123,90); }
td.TdClassName
{
border-color: #E17B5A;
}
.TagClassName
{
border-color: #E17B5A;
}
</style>