Shades of Terra Cotta #E9775B
Tints of Terra Cotta #E9775B
RGB
CMYK
RGB Variations
Color information
#E9775B (or 0xE9775B) is known color: Terra Cotta. HEX triplet: E9, 77 and 5B. RGB value is (233,119,91). Sum of RGB (Red+Green+Blue) = 233+119+91=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9775B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9775B is #1688A4. Grayscale: #969696. Windows color (decimal): -1476773 or 5994473. OLE color: 5994473.
HSL color Cylindrical-coordinate representation of color #E9775B: hue angle of 11.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9775B is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 91 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.09 |
| HSL | 11.83º | 0.76% | 0.64% | - |
| HSV(B) | 11.83º | 0.61% | 0.91% | - |
| XYZ | 42.09 | 31.27 | 13.72 | - |
| YUV | 149.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 91 | 0 | 0.49 | 0.61 | 0.09 | 11.83 | 0.76 | 0.64 |
| Hex | E9 | 77 | 5B | 0 | 31 | 3D | 9 | C | 4C | 40 |
| Octal | 351 | 167 | 133 | 0 | 61 | 75 | 11 | 14 | 114 | 100 |
| Binary | 11101001 | 1110111 | 1011011 | 0 | 110001 | 111101 | 1001 | 1100 | 1001100 | 1000000 |
Color Harmonies of #E9775B
Complementary color
Monochromatic Colors of #E9775B
Black with #E9775B
Text Example
Text Example
White with #E9775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9775B; }
p { color: rgb(233,119,91); }
H1.HeaderClassName
{
color: #E9775B;
}
.AnyTagClassName
{
color: #E9775B;
}
</style>
background-color css
<style>
a { background-color: #E9775B; }
a { background-color: rgb(233,119,91); }
div.DivClassName
{
background-color: #E9775B;
}
.BgClassName
{
background-color: #E9775B;
}
</style>
border-color css
<style>
span { border-color: #E9775B; }
span { border-color: rgb(233,119,91); }
td.TdClassName
{
border-color: #E9775B;
}
.TagClassName
{
border-color: #E9775B;
}
</style>