Shades of Terra Cotta #E9775C
Tints of Terra Cotta #E9775C
RGB
CMYK
RGB Variations
Color information
#E9775C (or 0xE9775C) is known color: Terra Cotta. HEX triplet: E9, 77 and 5C. RGB value is (233,119,92). Sum of RGB (Red+Green+Blue) = 233+119+92=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9775C is #1688A3. Grayscale: #969696. Windows color (decimal): -1476772 or 6060009. OLE color: 6060009.
HSL color Cylindrical-coordinate representation of color #E9775C: hue angle of 11.49º 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 #E9775C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 92 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.09 |
| HSL | 11.49º | 0.76% | 0.64% | - |
| HSV(B) | 11.49º | 0.61% | 0.91% | - |
| XYZ | 42.13 | 31.29 | 13.94 | - |
| YUV | 150.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 92 | 0 | 0.49 | 0.61 | 0.09 | 11.49 | 0.76 | 0.64 |
| Hex | E9 | 77 | 5C | 0 | 31 | 3D | 9 | B | 4C | 40 |
| Octal | 351 | 167 | 134 | 0 | 61 | 75 | 11 | 13 | 114 | 100 |
| Binary | 11101001 | 1110111 | 1011100 | 0 | 110001 | 111101 | 1001 | 1011 | 1001100 | 1000000 |
Color Harmonies of #E9775C
Complementary color
Monochromatic Colors of #E9775C
Black with #E9775C
Text Example
Text Example
White with #E9775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9775C; }
p { color: rgb(233,119,92); }
H1.HeaderClassName
{
color: #E9775C;
}
.AnyTagClassName
{
color: #E9775C;
}
</style>
background-color css
<style>
a { background-color: #E9775C; }
a { background-color: rgb(233,119,92); }
div.DivClassName
{
background-color: #E9775C;
}
.BgClassName
{
background-color: #E9775C;
}
</style>
border-color css
<style>
span { border-color: #E9775C; }
span { border-color: rgb(233,119,92); }
td.TdClassName
{
border-color: #E9775C;
}
.TagClassName
{
border-color: #E9775C;
}
</style>