Shades of Terra Cotta #E77263
Tints of Terra Cotta #E77263
RGB
CMYK
RGB Variations
Color information
#E77263 (or 0xE77263) is known color: Terra Cotta. HEX triplet: E7, 72 and 63. RGB value is (231,114,99). Sum of RGB (Red+Green+Blue) = 231+114+99=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E77263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77263 is #188D9C. Grayscale: #939393. Windows color (decimal): -1609117 or 6517479. OLE color: 6517479.
HSL color Cylindrical-coordinate representation of color #E77263: hue angle of 6.82º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E77263 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 99 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.09 |
| HSL | 6.82º | 0.73% | 0.65% | - |
| HSV(B) | 6.82º | 0.57% | 0.91% | - |
| XYZ | 41.22 | 29.92 | 15.41 | - |
| YUV | 147.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 99 | 0 | 0.51 | 0.57 | 0.09 | 6.82 | 0.73 | 0.65 |
| Hex | E7 | 72 | 63 | 0 | 33 | 39 | 9 | 7 | 49 | 41 |
| Octal | 347 | 162 | 143 | 0 | 63 | 71 | 11 | 7 | 111 | 101 |
| Binary | 11100111 | 1110010 | 1100011 | 0 | 110011 | 111001 | 1001 | 111 | 1001001 | 1000001 |
Color Harmonies of #E77263
Complementary color
Monochromatic Colors of #E77263
Black with #E77263
Text Example
Text Example
White with #E77263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77263; }
p { color: rgb(231,114,99); }
H1.HeaderClassName
{
color: #E77263;
}
.AnyTagClassName
{
color: #E77263;
}
</style>
background-color css
<style>
a { background-color: #E77263; }
a { background-color: rgb(231,114,99); }
div.DivClassName
{
background-color: #E77263;
}
.BgClassName
{
background-color: #E77263;
}
</style>
border-color css
<style>
span { border-color: #E77263; }
span { border-color: rgb(231,114,99); }
td.TdClassName
{
border-color: #E77263;
}
.TagClassName
{
border-color: #E77263;
}
</style>