Shades of Terra Cotta #E76F5E
Tints of Terra Cotta #E76F5E
RGB
CMYK
RGB Variations
Color information
#E76F5E (or 0xE76F5E) is known color: Terra Cotta. HEX triplet: E7, 6F and 5E. RGB value is (231,111,94). Sum of RGB (Red+Green+Blue) = 231+111+94=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76F5E is #1890A1. Grayscale: #919191. Windows color (decimal): -1609890 or 6189031. OLE color: 6189031.
HSL color Cylindrical-coordinate representation of color #E76F5E: hue angle of 7.45º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E76F5E is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 94 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.09 |
| HSL | 7.45º | 0.74% | 0.64% | - |
| HSV(B) | 7.45º | 0.59% | 0.91% | - |
| XYZ | 40.66 | 29.17 | 14.08 | - |
| YUV | 144.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 94 | 0 | 0.52 | 0.59 | 0.09 | 7.45 | 0.74 | 0.64 |
| Hex | E7 | 6F | 5E | 0 | 34 | 3B | 9 | 7 | 4A | 40 |
| Octal | 347 | 157 | 136 | 0 | 64 | 73 | 11 | 7 | 112 | 100 |
| Binary | 11100111 | 1101111 | 1011110 | 0 | 110100 | 111011 | 1001 | 111 | 1001010 | 1000000 |
Color Harmonies of #E76F5E
Complementary color
Monochromatic Colors of #E76F5E
Black with #E76F5E
Text Example
Text Example
White with #E76F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F5E; }
p { color: rgb(231,111,94); }
H1.HeaderClassName
{
color: #E76F5E;
}
.AnyTagClassName
{
color: #E76F5E;
}
</style>
background-color css
<style>
a { background-color: #E76F5E; }
a { background-color: rgb(231,111,94); }
div.DivClassName
{
background-color: #E76F5E;
}
.BgClassName
{
background-color: #E76F5E;
}
</style>
border-color css
<style>
span { border-color: #E76F5E; }
span { border-color: rgb(231,111,94); }
td.TdClassName
{
border-color: #E76F5E;
}
.TagClassName
{
border-color: #E76F5E;
}
</style>