Shades of Terra Cotta #E9775D
Tints of Terra Cotta #E9775D
RGB
CMYK
RGB Variations
Color information
#E9775D (or 0xE9775D) is known color: Terra Cotta. HEX triplet: E9, 77 and 5D. RGB value is (233,119,93). Sum of RGB (Red+Green+Blue) = 233+119+93=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9775D is #1688A2. Grayscale: #969696. Windows color (decimal): -1476771 or 6125545. OLE color: 6125545.
HSL color Cylindrical-coordinate representation of color #E9775D: hue angle of 11.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9775D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 93 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.09 |
| HSL | 11.14º | 0.76% | 0.64% | - |
| HSV(B) | 11.14º | 0.6% | 0.91% | - |
| XYZ | 42.18 | 31.31 | 14.18 | - |
| YUV | 150.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 93 | 0 | 0.49 | 0.60 | 0.09 | 11.14 | 0.76 | 0.64 |
| Hex | E9 | 77 | 5D | 0 | 31 | 3C | 9 | B | 4C | 40 |
| Octal | 351 | 167 | 135 | 0 | 61 | 74 | 11 | 13 | 114 | 100 |
| Binary | 11101001 | 1110111 | 1011101 | 0 | 110001 | 111100 | 1001 | 1011 | 1001100 | 1000000 |
Color Harmonies of #E9775D
Complementary color
Monochromatic Colors of #E9775D
Black with #E9775D
Text Example
Text Example
White with #E9775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9775D; }
p { color: rgb(233,119,93); }
H1.HeaderClassName
{
color: #E9775D;
}
.AnyTagClassName
{
color: #E9775D;
}
</style>
background-color css
<style>
a { background-color: #E9775D; }
a { background-color: rgb(233,119,93); }
div.DivClassName
{
background-color: #E9775D;
}
.BgClassName
{
background-color: #E9775D;
}
</style>
border-color css
<style>
span { border-color: #E9775D; }
span { border-color: rgb(233,119,93); }
td.TdClassName
{
border-color: #E9775D;
}
.TagClassName
{
border-color: #E9775D;
}
</style>