Shades of Terra Cotta #E37D5B
Tints of Terra Cotta #E37D5B
RGB
CMYK
RGB Variations
Color information
#E37D5B (or 0xE37D5B) is known color: Terra Cotta. HEX triplet: E3, 7D and 5B. RGB value is (227,125,91). Sum of RGB (Red+Green+Blue) = 227+125+91=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D5B is #1C82A4. Grayscale: #979797. Windows color (decimal): -1868453 or 5996003. OLE color: 5996003.
HSL color Cylindrical-coordinate representation of color #E37D5B: hue angle of 15º 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 #E37D5B is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 91 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.11 |
| HSL | 15º | 0.71% | 0.62% | - |
| HSV(B) | 15º | 0.6% | 0.89% | - |
| XYZ | 40.9 | 31.75 | 13.87 | - |
| YUV | 151.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 91 | 0 | 0.45 | 0.60 | 0.11 | 15 | 0.71 | 0.62 |
| Hex | E3 | 7D | 5B | 0 | 2D | 3C | B | F | 47 | 3E |
| Octal | 343 | 175 | 133 | 0 | 55 | 74 | 13 | 17 | 107 | 76 |
| Binary | 11100011 | 1111101 | 1011011 | 0 | 101101 | 111100 | 1011 | 1111 | 1000111 | 111110 |
Color Harmonies of #E37D5B
Complementary color
Monochromatic Colors of #E37D5B
Black with #E37D5B
Text Example
Text Example
White with #E37D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D5B; }
p { color: rgb(227,125,91); }
H1.HeaderClassName
{
color: #E37D5B;
}
.AnyTagClassName
{
color: #E37D5B;
}
</style>
background-color css
<style>
a { background-color: #E37D5B; }
a { background-color: rgb(227,125,91); }
div.DivClassName
{
background-color: #E37D5B;
}
.BgClassName
{
background-color: #E37D5B;
}
</style>
border-color css
<style>
span { border-color: #E37D5B; }
span { border-color: rgb(227,125,91); }
td.TdClassName
{
border-color: #E37D5B;
}
.TagClassName
{
border-color: #E37D5B;
}
</style>