Shades of Terra Cotta #E37D5A
Tints of Terra Cotta #E37D5A
RGB
CMYK
RGB Variations
Color information
#E37D5A (or 0xE37D5A) is known color: Terra Cotta. HEX triplet: E3, 7D and 5A. RGB value is (227,125,90). Sum of RGB (Red+Green+Blue) = 227+125+90=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D5A is #1C82A5. Grayscale: #979797. Windows color (decimal): -1868454 or 5930467. OLE color: 5930467.
HSL color Cylindrical-coordinate representation of color #E37D5A: hue angle of 15.33º 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 #E37D5A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 90 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.11 |
| HSL | 15.33º | 0.71% | 0.62% | - |
| HSV(B) | 15.33º | 0.6% | 0.89% | - |
| XYZ | 40.86 | 31.74 | 13.65 | - |
| YUV | 151.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 90 | 0 | 0.45 | 0.60 | 0.11 | 15.33 | 0.71 | 0.62 |
| Hex | E3 | 7D | 5A | 0 | 2D | 3C | B | F | 47 | 3E |
| Octal | 343 | 175 | 132 | 0 | 55 | 74 | 13 | 17 | 107 | 76 |
| Binary | 11100011 | 1111101 | 1011010 | 0 | 101101 | 111100 | 1011 | 1111 | 1000111 | 111110 |
Color Harmonies of #E37D5A
Complementary color
Monochromatic Colors of #E37D5A
Black with #E37D5A
Text Example
Text Example
White with #E37D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D5A; }
p { color: rgb(227,125,90); }
H1.HeaderClassName
{
color: #E37D5A;
}
.AnyTagClassName
{
color: #E37D5A;
}
</style>
background-color css
<style>
a { background-color: #E37D5A; }
a { background-color: rgb(227,125,90); }
div.DivClassName
{
background-color: #E37D5A;
}
.BgClassName
{
background-color: #E37D5A;
}
</style>
border-color css
<style>
span { border-color: #E37D5A; }
span { border-color: rgb(227,125,90); }
td.TdClassName
{
border-color: #E37D5A;
}
.TagClassName
{
border-color: #E37D5A;
}
</style>