Shades of Terra Cotta #E17B5C
Tints of Terra Cotta #E17B5C
RGB
CMYK
RGB Variations
Color information
#E17B5C (or 0xE17B5C) is known color: Terra Cotta. HEX triplet: E1, 7B and 5C. RGB value is (225,123,92). Sum of RGB (Red+Green+Blue) = 225+123+92=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B5C is #1E84A3. Grayscale: #969696. Windows color (decimal): -2000036 or 6061025. OLE color: 6061025.
HSL color Cylindrical-coordinate representation of color #E17B5C: hue angle of 13.98º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E17B5C is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 92 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.12 |
| HSL | 13.98º | 0.69% | 0.62% | - |
| HSV(B) | 13.98º | 0.59% | 0.88% | - |
| XYZ | 40.07 | 30.95 | 13.99 | - |
| YUV | 149.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 92 | 0 | 0.45 | 0.59 | 0.12 | 13.98 | 0.69 | 0.62 |
| Hex | E1 | 7B | 5C | 0 | 2D | 3B | C | E | 45 | 3E |
| Octal | 341 | 173 | 134 | 0 | 55 | 73 | 14 | 16 | 105 | 76 |
| Binary | 11100001 | 1111011 | 1011100 | 0 | 101101 | 111011 | 1100 | 1110 | 1000101 | 111110 |
Color Harmonies of #E17B5C
Complementary color
Monochromatic Colors of #E17B5C
Black with #E17B5C
Text Example
Text Example
White with #E17B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B5C; }
p { color: rgb(225,123,92); }
H1.HeaderClassName
{
color: #E17B5C;
}
.AnyTagClassName
{
color: #E17B5C;
}
</style>
background-color css
<style>
a { background-color: #E17B5C; }
a { background-color: rgb(225,123,92); }
div.DivClassName
{
background-color: #E17B5C;
}
.BgClassName
{
background-color: #E17B5C;
}
</style>
border-color css
<style>
span { border-color: #E17B5C; }
span { border-color: rgb(225,123,92); }
td.TdClassName
{
border-color: #E17B5C;
}
.TagClassName
{
border-color: #E17B5C;
}
</style>