Shades of Terra Cotta #E9705A
Tints of Terra Cotta #E9705A
RGB
CMYK
RGB Variations
Color information
#E9705A (or 0xE9705A) is known color: Terra Cotta. HEX triplet: E9, 70 and 5A. RGB value is (233,112,90). Sum of RGB (Red+Green+Blue) = 233+112+90=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E9705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9705A is #168FA5. Grayscale: #919191. Windows color (decimal): -1478566 or 5927145. OLE color: 5927145.
HSL color Cylindrical-coordinate representation of color #E9705A: hue angle of 9.23º 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 #E9705A is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 90 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.09 |
| HSL | 9.23º | 0.76% | 0.63% | - |
| HSV(B) | 9.23º | 0.61% | 0.91% | - |
| XYZ | 41.24 | 29.65 | 13.22 | - |
| YUV | 145.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 90 | 0 | 0.52 | 0.61 | 0.09 | 9.23 | 0.76 | 0.63 |
| Hex | E9 | 70 | 5A | 0 | 34 | 3D | 9 | 9 | 4C | 3F |
| Octal | 351 | 160 | 132 | 0 | 64 | 75 | 11 | 11 | 114 | 77 |
| Binary | 11101001 | 1110000 | 1011010 | 0 | 110100 | 111101 | 1001 | 1001 | 1001100 | 111111 |
Color Harmonies of #E9705A
Complementary color
Monochromatic Colors of #E9705A
Black with #E9705A
Text Example
Text Example
White with #E9705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9705A; }
p { color: rgb(233,112,90); }
H1.HeaderClassName
{
color: #E9705A;
}
.AnyTagClassName
{
color: #E9705A;
}
</style>
background-color css
<style>
a { background-color: #E9705A; }
a { background-color: rgb(233,112,90); }
div.DivClassName
{
background-color: #E9705A;
}
.BgClassName
{
background-color: #E9705A;
}
</style>
border-color css
<style>
span { border-color: #E9705A; }
span { border-color: rgb(233,112,90); }
td.TdClassName
{
border-color: #E9705A;
}
.TagClassName
{
border-color: #E9705A;
}
</style>