Shades of Terra Cotta #E7705B
Tints of Terra Cotta #E7705B
RGB
CMYK
RGB Variations
Color information
#E7705B (or 0xE7705B) is known color: Terra Cotta. HEX triplet: E7, 70 and 5B. RGB value is (231,112,91). Sum of RGB (Red+Green+Blue) = 231+112+91=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E7705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7705B is #188FA4. Grayscale: #919191. Windows color (decimal): -1609637 or 5992679. OLE color: 5992679.
HSL color Cylindrical-coordinate representation of color #E7705B: hue angle of 9º degrees, saturation: 0.74, 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 #E7705B is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 91 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.09 |
| HSL | 9º | 0.74% | 0.63% | - |
| HSV(B) | 9º | 0.61% | 0.91% | - |
| XYZ | 40.64 | 29.33 | 13.42 | - |
| YUV | 145.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 91 | 0 | 0.52 | 0.61 | 0.09 | 9 | 0.74 | 0.63 |
| Hex | E7 | 70 | 5B | 0 | 34 | 3D | 9 | 9 | 4A | 3F |
| Octal | 347 | 160 | 133 | 0 | 64 | 75 | 11 | 11 | 112 | 77 |
| Binary | 11100111 | 1110000 | 1011011 | 0 | 110100 | 111101 | 1001 | 1001 | 1001010 | 111111 |
Color Harmonies of #E7705B
Complementary color
Monochromatic Colors of #E7705B
Black with #E7705B
Text Example
Text Example
White with #E7705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7705B; }
p { color: rgb(231,112,91); }
H1.HeaderClassName
{
color: #E7705B;
}
.AnyTagClassName
{
color: #E7705B;
}
</style>
background-color css
<style>
a { background-color: #E7705B; }
a { background-color: rgb(231,112,91); }
div.DivClassName
{
background-color: #E7705B;
}
.BgClassName
{
background-color: #E7705B;
}
</style>
border-color css
<style>
span { border-color: #E7705B; }
span { border-color: rgb(231,112,91); }
td.TdClassName
{
border-color: #E7705B;
}
.TagClassName
{
border-color: #E7705B;
}
</style>