Shades of Terra Cotta #E8765B
Tints of Terra Cotta #E8765B
RGB
CMYK
RGB Variations
Color information
#E8765B (or 0xE8765B) is known color: Terra Cotta. HEX triplet: E8, 76 and 5B. RGB value is (232,118,91). Sum of RGB (Red+Green+Blue) = 232+118+91=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8765B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8765B is #1789A4. Grayscale: #959595. Windows color (decimal): -1542565 or 5994216. OLE color: 5994216.
HSL color Cylindrical-coordinate representation of color #E8765B: hue angle of 11.49º degrees, saturation: 0.75, 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 #E8765B is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 91 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.09 |
| HSL | 11.49º | 0.75% | 0.63% | - |
| HSV(B) | 11.49º | 0.61% | 0.91% | - |
| XYZ | 41.65 | 30.87 | 13.66 | - |
| YUV | 149.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 91 | 0 | 0.49 | 0.61 | 0.09 | 11.49 | 0.75 | 0.63 |
| Hex | E8 | 76 | 5B | 0 | 31 | 3D | 9 | B | 4B | 3F |
| Octal | 350 | 166 | 133 | 0 | 61 | 75 | 11 | 13 | 113 | 77 |
| Binary | 11101000 | 1110110 | 1011011 | 0 | 110001 | 111101 | 1001 | 1011 | 1001011 | 111111 |
Color Harmonies of #E8765B
Complementary color
Monochromatic Colors of #E8765B
Black with #E8765B
Text Example
Text Example
White with #E8765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8765B; }
p { color: rgb(232,118,91); }
H1.HeaderClassName
{
color: #E8765B;
}
.AnyTagClassName
{
color: #E8765B;
}
</style>
background-color css
<style>
a { background-color: #E8765B; }
a { background-color: rgb(232,118,91); }
div.DivClassName
{
background-color: #E8765B;
}
.BgClassName
{
background-color: #E8765B;
}
</style>
border-color css
<style>
span { border-color: #E8765B; }
span { border-color: rgb(232,118,91); }
td.TdClassName
{
border-color: #E8765B;
}
.TagClassName
{
border-color: #E8765B;
}
</style>