Shades of Terra Cotta #E9745A
Tints of Terra Cotta #E9745A
RGB
CMYK
RGB Variations
Color information
#E9745A (or 0xE9745A) is known color: Terra Cotta. HEX triplet: E9, 74 and 5A. RGB value is (233,116,90). Sum of RGB (Red+Green+Blue) = 233+116+90=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9745A is #168BA5. Grayscale: #949494. Windows color (decimal): -1477542 or 5928169. OLE color: 5928169.
HSL color Cylindrical-coordinate representation of color #E9745A: hue angle of 10.91º 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 #E9745A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 90 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.09 |
| HSL | 10.91º | 0.76% | 0.63% | - |
| HSV(B) | 10.91º | 0.61% | 0.91% | - |
| XYZ | 41.7 | 30.55 | 13.37 | - |
| YUV | 148.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 90 | 0 | 0.50 | 0.61 | 0.09 | 10.91 | 0.76 | 0.63 |
| Hex | E9 | 74 | 5A | 0 | 32 | 3D | 9 | B | 4C | 3F |
| Octal | 351 | 164 | 132 | 0 | 62 | 75 | 11 | 13 | 114 | 77 |
| Binary | 11101001 | 1110100 | 1011010 | 0 | 110010 | 111101 | 1001 | 1011 | 1001100 | 111111 |
Color Harmonies of #E9745A
Complementary color
Monochromatic Colors of #E9745A
Black with #E9745A
Text Example
Text Example
White with #E9745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9745A; }
p { color: rgb(233,116,90); }
H1.HeaderClassName
{
color: #E9745A;
}
.AnyTagClassName
{
color: #E9745A;
}
</style>
background-color css
<style>
a { background-color: #E9745A; }
a { background-color: rgb(233,116,90); }
div.DivClassName
{
background-color: #E9745A;
}
.BgClassName
{
background-color: #E9745A;
}
</style>
border-color css
<style>
span { border-color: #E9745A; }
span { border-color: rgb(233,116,90); }
td.TdClassName
{
border-color: #E9745A;
}
.TagClassName
{
border-color: #E9745A;
}
</style>