Shades of Terra Cotta #E1755B
Tints of Terra Cotta #E1755B
RGB
CMYK
RGB Variations
Color information
#E1755B (or 0xE1755B) is known color: Terra Cotta. HEX triplet: E1, 75 and 5B. RGB value is (225,117,91). Sum of RGB (Red+Green+Blue) = 225+117+91=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1755B is #1E8AA4. Grayscale: #929292. Windows color (decimal): -2001573 or 5993953. OLE color: 5993953.
HSL color Cylindrical-coordinate representation of color #E1755B: hue angle of 11.64º 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 #E1755B is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 91 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.12 |
| HSL | 11.64º | 0.69% | 0.62% | - |
| HSV(B) | 11.64º | 0.6% | 0.88% | - |
| XYZ | 39.3 | 29.49 | 13.52 | - |
| YUV | 146.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 91 | 0 | 0.48 | 0.60 | 0.12 | 11.64 | 0.69 | 0.62 |
| Hex | E1 | 75 | 5B | 0 | 30 | 3C | C | C | 45 | 3E |
| Octal | 341 | 165 | 133 | 0 | 60 | 74 | 14 | 14 | 105 | 76 |
| Binary | 11100001 | 1110101 | 1011011 | 0 | 110000 | 111100 | 1100 | 1100 | 1000101 | 111110 |
Color Harmonies of #E1755B
Complementary color
Monochromatic Colors of #E1755B
Black with #E1755B
Text Example
Text Example
White with #E1755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1755B; }
p { color: rgb(225,117,91); }
H1.HeaderClassName
{
color: #E1755B;
}
.AnyTagClassName
{
color: #E1755B;
}
</style>
background-color css
<style>
a { background-color: #E1755B; }
a { background-color: rgb(225,117,91); }
div.DivClassName
{
background-color: #E1755B;
}
.BgClassName
{
background-color: #E1755B;
}
</style>
border-color css
<style>
span { border-color: #E1755B; }
span { border-color: rgb(225,117,91); }
td.TdClassName
{
border-color: #E1755B;
}
.TagClassName
{
border-color: #E1755B;
}
</style>