Shades of Terra Cotta #E9775A
Tints of Terra Cotta #E9775A
RGB
CMYK
RGB Variations
Color information
#E9775A (or 0xE9775A) is known color: Terra Cotta. HEX triplet: E9, 77 and 5A. RGB value is (233,119,90). Sum of RGB (Red+Green+Blue) = 233+119+90=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9775A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9775A is #1688A5. Grayscale: #969696. Windows color (decimal): -1476774 or 5928937. OLE color: 5928937.
HSL color Cylindrical-coordinate representation of color #E9775A: hue angle of 12.17º degrees, saturation: 0.76, 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 #E9775A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 90 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.09 |
| HSL | 12.17º | 0.76% | 0.63% | - |
| HSV(B) | 12.17º | 0.61% | 0.91% | - |
| XYZ | 42.05 | 31.26 | 13.49 | - |
| YUV | 149.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 90 | 0 | 0.49 | 0.61 | 0.09 | 12.17 | 0.76 | 0.63 |
| Hex | E9 | 77 | 5A | 0 | 31 | 3D | 9 | C | 4C | 3F |
| Octal | 351 | 167 | 132 | 0 | 61 | 75 | 11 | 14 | 114 | 77 |
| Binary | 11101001 | 1110111 | 1011010 | 0 | 110001 | 111101 | 1001 | 1100 | 1001100 | 111111 |
Color Harmonies of #E9775A
Complementary color
Monochromatic Colors of #E9775A
Black with #E9775A
Text Example
Text Example
White with #E9775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9775A; }
p { color: rgb(233,119,90); }
H1.HeaderClassName
{
color: #E9775A;
}
.AnyTagClassName
{
color: #E9775A;
}
</style>
background-color css
<style>
a { background-color: #E9775A; }
a { background-color: rgb(233,119,90); }
div.DivClassName
{
background-color: #E9775A;
}
.BgClassName
{
background-color: #E9775A;
}
</style>
border-color css
<style>
span { border-color: #E9775A; }
span { border-color: rgb(233,119,90); }
td.TdClassName
{
border-color: #E9775A;
}
.TagClassName
{
border-color: #E9775A;
}
</style>