Shades of Terra Cotta #E3705A
Tints of Terra Cotta #E3705A
RGB
CMYK
RGB Variations
Color information
#E3705A (or 0xE3705A) is known color: Terra Cotta. HEX triplet: E3, 70 and 5A. RGB value is (227,112,90). Sum of RGB (Red+Green+Blue) = 227+112+90=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3705A is #1C8FA5. Grayscale: #909090. Windows color (decimal): -1871782 or 5927139. OLE color: 5927139.
HSL color Cylindrical-coordinate representation of color #E3705A: hue angle of 9.64º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3705A is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 90 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.11 |
| HSL | 9.64º | 0.71% | 0.62% | - |
| HSV(B) | 9.64º | 0.6% | 0.89% | - |
| XYZ | 39.32 | 28.66 | 13.13 | - |
| YUV | 143.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 90 | 0 | 0.51 | 0.60 | 0.11 | 9.64 | 0.71 | 0.62 |
| Hex | E3 | 70 | 5A | 0 | 33 | 3C | B | A | 47 | 3E |
| Octal | 343 | 160 | 132 | 0 | 63 | 74 | 13 | 12 | 107 | 76 |
| Binary | 11100011 | 1110000 | 1011010 | 0 | 110011 | 111100 | 1011 | 1010 | 1000111 | 111110 |
Color Harmonies of #E3705A
Complementary color
Monochromatic Colors of #E3705A
Black with #E3705A
Text Example
Text Example
White with #E3705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3705A; }
p { color: rgb(227,112,90); }
H1.HeaderClassName
{
color: #E3705A;
}
.AnyTagClassName
{
color: #E3705A;
}
</style>
background-color css
<style>
a { background-color: #E3705A; }
a { background-color: rgb(227,112,90); }
div.DivClassName
{
background-color: #E3705A;
}
.BgClassName
{
background-color: #E3705A;
}
</style>
border-color css
<style>
span { border-color: #E3705A; }
span { border-color: rgb(227,112,90); }
td.TdClassName
{
border-color: #E3705A;
}
.TagClassName
{
border-color: #E3705A;
}
</style>