Shades of Terra Cotta #E7705A
Tints of Terra Cotta #E7705A
RGB
CMYK
RGB Variations
Color information
#E7705A (or 0xE7705A) is known color: Terra Cotta. HEX triplet: E7, 70 and 5A. RGB value is (231,112,90). Sum of RGB (Red+Green+Blue) = 231+112+90=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E7705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7705A is #188FA5. Grayscale: #919191. Windows color (decimal): -1609638 or 5927143. OLE color: 5927143.
HSL color Cylindrical-coordinate representation of color #E7705A: hue angle of 9.36º degrees, saturation: 0.75, 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 #E7705A is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 90 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.09 |
| HSL | 9.36º | 0.75% | 0.63% | - |
| HSV(B) | 9.36º | 0.61% | 0.91% | - |
| XYZ | 40.59 | 29.32 | 13.19 | - |
| YUV | 145.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 90 | 0 | 0.52 | 0.61 | 0.09 | 9.36 | 0.75 | 0.63 |
| Hex | E7 | 70 | 5A | 0 | 34 | 3D | 9 | 9 | 4B | 3F |
| Octal | 347 | 160 | 132 | 0 | 64 | 75 | 11 | 11 | 113 | 77 |
| Binary | 11100111 | 1110000 | 1011010 | 0 | 110100 | 111101 | 1001 | 1001 | 1001011 | 111111 |
Color Harmonies of #E7705A
Complementary color
Monochromatic Colors of #E7705A
Black with #E7705A
Text Example
Text Example
White with #E7705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7705A; }
p { color: rgb(231,112,90); }
H1.HeaderClassName
{
color: #E7705A;
}
.AnyTagClassName
{
color: #E7705A;
}
</style>
background-color css
<style>
a { background-color: #E7705A; }
a { background-color: rgb(231,112,90); }
div.DivClassName
{
background-color: #E7705A;
}
.BgClassName
{
background-color: #E7705A;
}
</style>
border-color css
<style>
span { border-color: #E7705A; }
span { border-color: rgb(231,112,90); }
td.TdClassName
{
border-color: #E7705A;
}
.TagClassName
{
border-color: #E7705A;
}
</style>