Shades of Terra Cotta #E76B5B
Tints of Terra Cotta #E76B5B
RGB
CMYK
RGB Variations
Color information
#E76B5B (or 0xE76B5B) is known color: Terra Cotta. HEX triplet: E7, 6B and 5B. RGB value is (231,107,91). Sum of RGB (Red+Green+Blue) = 231+107+91=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76B5B is #1894A4. Grayscale: #8E8E8E. Windows color (decimal): -1610917 or 5991399. OLE color: 5991399.
HSL color Cylindrical-coordinate representation of color #E76B5B: hue angle of 6.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E76B5B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 91 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.09 |
| HSL | 6.86º | 0.74% | 0.63% | - |
| HSV(B) | 6.86º | 0.61% | 0.91% | - |
| XYZ | 40.1 | 28.26 | 13.24 | - |
| YUV | 142.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 91 | 0 | 0.54 | 0.61 | 0.09 | 6.86 | 0.74 | 0.63 |
| Hex | E7 | 6B | 5B | 0 | 36 | 3D | 9 | 7 | 4A | 3F |
| Octal | 347 | 153 | 133 | 0 | 66 | 75 | 11 | 7 | 112 | 77 |
| Binary | 11100111 | 1101011 | 1011011 | 0 | 110110 | 111101 | 1001 | 111 | 1001010 | 111111 |
Color Harmonies of #E76B5B
Complementary color
Monochromatic Colors of #E76B5B
Black with #E76B5B
Text Example
Text Example
White with #E76B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76B5B; }
p { color: rgb(231,107,91); }
H1.HeaderClassName
{
color: #E76B5B;
}
.AnyTagClassName
{
color: #E76B5B;
}
</style>
background-color css
<style>
a { background-color: #E76B5B; }
a { background-color: rgb(231,107,91); }
div.DivClassName
{
background-color: #E76B5B;
}
.BgClassName
{
background-color: #E76B5B;
}
</style>
border-color css
<style>
span { border-color: #E76B5B; }
span { border-color: rgb(231,107,91); }
td.TdClassName
{
border-color: #E76B5B;
}
.TagClassName
{
border-color: #E76B5B;
}
</style>