Shades of Terra Cotta #E9775F
Tints of Terra Cotta #E9775F
RGB
CMYK
RGB Variations
Color information
#E9775F (or 0xE9775F) is known color: Terra Cotta. HEX triplet: E9, 77 and 5F. RGB value is (233,119,95). Sum of RGB (Red+Green+Blue) = 233+119+95=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E9775F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9775F is #1688A0. Grayscale: #969696. Windows color (decimal): -1476769 or 6256617. OLE color: 6256617.
HSL color Cylindrical-coordinate representation of color #E9775F: hue angle of 10.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9775F is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 95 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.09 |
| HSL | 10.43º | 0.76% | 0.64% | - |
| HSV(B) | 10.43º | 0.59% | 0.91% | - |
| XYZ | 42.27 | 31.34 | 14.65 | - |
| YUV | 150.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 95 | 0 | 0.49 | 0.59 | 0.09 | 10.43 | 0.76 | 0.64 |
| Hex | E9 | 77 | 5F | 0 | 31 | 3B | 9 | A | 4C | 40 |
| Octal | 351 | 167 | 137 | 0 | 61 | 73 | 11 | 12 | 114 | 100 |
| Binary | 11101001 | 1110111 | 1011111 | 0 | 110001 | 111011 | 1001 | 1010 | 1001100 | 1000000 |
Color Harmonies of #E9775F
Complementary color
Monochromatic Colors of #E9775F
Black with #E9775F
Text Example
Text Example
White with #E9775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9775F; }
p { color: rgb(233,119,95); }
H1.HeaderClassName
{
color: #E9775F;
}
.AnyTagClassName
{
color: #E9775F;
}
</style>
background-color css
<style>
a { background-color: #E9775F; }
a { background-color: rgb(233,119,95); }
div.DivClassName
{
background-color: #E9775F;
}
.BgClassName
{
background-color: #E9775F;
}
</style>
border-color css
<style>
span { border-color: #E9775F; }
span { border-color: rgb(233,119,95); }
td.TdClassName
{
border-color: #E9775F;
}
.TagClassName
{
border-color: #E9775F;
}
</style>