Shades of Terra Cotta #E77458
Tints of Terra Cotta #E77458
RGB
CMYK
RGB Variations
Color information
#E77458 (or 0xE77458) is known color: Terra Cotta. HEX triplet: E7, 74 and 58. RGB value is (231,116,88). Sum of RGB (Red+Green+Blue) = 231+116+88=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E77458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77458 is #188BA7. Grayscale: #939393. Windows color (decimal): -1608616 or 5797095. OLE color: 5797095.
HSL color Cylindrical-coordinate representation of color #E77458: hue angle of 11.75º 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 #E77458 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 88 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.09 |
| HSL | 11.75º | 0.75% | 0.63% | - |
| HSV(B) | 11.75º | 0.62% | 0.91% | - |
| XYZ | 40.96 | 30.18 | 12.9 | - |
| YUV | 147.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 88 | 0 | 0.50 | 0.62 | 0.09 | 11.75 | 0.75 | 0.63 |
| Hex | E7 | 74 | 58 | 0 | 32 | 3E | 9 | C | 4B | 3F |
| Octal | 347 | 164 | 130 | 0 | 62 | 76 | 11 | 14 | 113 | 77 |
| Binary | 11100111 | 1110100 | 1011000 | 0 | 110010 | 111110 | 1001 | 1100 | 1001011 | 111111 |
Color Harmonies of #E77458
Complementary color
Monochromatic Colors of #E77458
Black with #E77458
Text Example
Text Example
White with #E77458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77458; }
p { color: rgb(231,116,88); }
H1.HeaderClassName
{
color: #E77458;
}
.AnyTagClassName
{
color: #E77458;
}
</style>
background-color css
<style>
a { background-color: #E77458; }
a { background-color: rgb(231,116,88); }
div.DivClassName
{
background-color: #E77458;
}
.BgClassName
{
background-color: #E77458;
}
</style>
border-color css
<style>
span { border-color: #E77458; }
span { border-color: rgb(231,116,88); }
td.TdClassName
{
border-color: #E77458;
}
.TagClassName
{
border-color: #E77458;
}
</style>