Shades of Terra Cotta #E77258
Tints of Terra Cotta #E77258
RGB
CMYK
RGB Variations
Color information
#E77258 (or 0xE77258) is known color: Terra Cotta. HEX triplet: E7, 72 and 58. RGB value is (231,114,88). Sum of RGB (Red+Green+Blue) = 231+114+88=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E77258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77258 is #188DA7. Grayscale: #929292. Windows color (decimal): -1609128 or 5796583. OLE color: 5796583.
HSL color Cylindrical-coordinate representation of color #E77258: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E77258 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 88 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.09 |
| HSL | 10.91º | 0.75% | 0.63% | - |
| HSV(B) | 10.91º | 0.62% | 0.91% | - |
| XYZ | 40.73 | 29.73 | 12.82 | - |
| YUV | 146.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 88 | 0 | 0.51 | 0.62 | 0.09 | 10.91 | 0.75 | 0.63 |
| Hex | E7 | 72 | 58 | 0 | 33 | 3E | 9 | B | 4B | 3F |
| Octal | 347 | 162 | 130 | 0 | 63 | 76 | 11 | 13 | 113 | 77 |
| Binary | 11100111 | 1110010 | 1011000 | 0 | 110011 | 111110 | 1001 | 1011 | 1001011 | 111111 |
Color Harmonies of #E77258
Complementary color
Monochromatic Colors of #E77258
Black with #E77258
Text Example
Text Example
White with #E77258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77258; }
p { color: rgb(231,114,88); }
H1.HeaderClassName
{
color: #E77258;
}
.AnyTagClassName
{
color: #E77258;
}
</style>
background-color css
<style>
a { background-color: #E77258; }
a { background-color: rgb(231,114,88); }
div.DivClassName
{
background-color: #E77258;
}
.BgClassName
{
background-color: #E77258;
}
</style>
border-color css
<style>
span { border-color: #E77258; }
span { border-color: rgb(231,114,88); }
td.TdClassName
{
border-color: #E77258;
}
.TagClassName
{
border-color: #E77258;
}
</style>