Shades of Terra Cotta #E17B5B
Tints of Terra Cotta #E17B5B
RGB
CMYK
RGB Variations
Color information
#E17B5B (or 0xE17B5B) is known color: Terra Cotta. HEX triplet: E1, 7B and 5B. RGB value is (225,123,91). Sum of RGB (Red+Green+Blue) = 225+123+91=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B5B is #1E84A4. Grayscale: #969696. Windows color (decimal): -2000037 or 5995489. OLE color: 5995489.
HSL color Cylindrical-coordinate representation of color #E17B5B: hue angle of 14.33º 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 #E17B5B is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 91 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.12 |
| HSL | 14.33º | 0.69% | 0.62% | - |
| HSV(B) | 14.33º | 0.6% | 0.88% | - |
| XYZ | 40.02 | 30.93 | 13.76 | - |
| YUV | 149.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 91 | 0 | 0.45 | 0.60 | 0.12 | 14.33 | 0.69 | 0.62 |
| Hex | E1 | 7B | 5B | 0 | 2D | 3C | C | E | 45 | 3E |
| Octal | 341 | 173 | 133 | 0 | 55 | 74 | 14 | 16 | 105 | 76 |
| Binary | 11100001 | 1111011 | 1011011 | 0 | 101101 | 111100 | 1100 | 1110 | 1000101 | 111110 |
Color Harmonies of #E17B5B
Complementary color
Monochromatic Colors of #E17B5B
Black with #E17B5B
Text Example
Text Example
White with #E17B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B5B; }
p { color: rgb(225,123,91); }
H1.HeaderClassName
{
color: #E17B5B;
}
.AnyTagClassName
{
color: #E17B5B;
}
</style>
background-color css
<style>
a { background-color: #E17B5B; }
a { background-color: rgb(225,123,91); }
div.DivClassName
{
background-color: #E17B5B;
}
.BgClassName
{
background-color: #E17B5B;
}
</style>
border-color css
<style>
span { border-color: #E17B5B; }
span { border-color: rgb(225,123,91); }
td.TdClassName
{
border-color: #E17B5B;
}
.TagClassName
{
border-color: #E17B5B;
}
</style>