Shades of Terra Cotta #E27D5E
Tints of Terra Cotta #E27D5E
RGB
CMYK
RGB Variations
Color information
#E27D5E (or 0xE27D5E) is known color: Terra Cotta. HEX triplet: E2, 7D and 5E. RGB value is (226,125,94). Sum of RGB (Red+Green+Blue) = 226+125+94=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27D5E is #1D82A1. Grayscale: #979797. Windows color (decimal): -1933986 or 6192610. OLE color: 6192610.
HSL color Cylindrical-coordinate representation of color #E27D5E: hue angle of 14.09º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E27D5E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 94 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.11 |
| HSL | 14.09º | 0.69% | 0.63% | - |
| HSV(B) | 14.09º | 0.58% | 0.89% | - |
| XYZ | 40.72 | 31.64 | 14.55 | - |
| YUV | 151.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 94 | 0 | 0.45 | 0.58 | 0.11 | 14.09 | 0.69 | 0.63 |
| Hex | E2 | 7D | 5E | 0 | 2D | 3A | B | E | 45 | 3F |
| Octal | 342 | 175 | 136 | 0 | 55 | 72 | 13 | 16 | 105 | 77 |
| Binary | 11100010 | 1111101 | 1011110 | 0 | 101101 | 111010 | 1011 | 1110 | 1000101 | 111111 |
Color Harmonies of #E27D5E
Complementary color
Monochromatic Colors of #E27D5E
Black with #E27D5E
Text Example
Text Example
White with #E27D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D5E; }
p { color: rgb(226,125,94); }
H1.HeaderClassName
{
color: #E27D5E;
}
.AnyTagClassName
{
color: #E27D5E;
}
</style>
background-color css
<style>
a { background-color: #E27D5E; }
a { background-color: rgb(226,125,94); }
div.DivClassName
{
background-color: #E27D5E;
}
.BgClassName
{
background-color: #E27D5E;
}
</style>
border-color css
<style>
span { border-color: #E27D5E; }
span { border-color: rgb(226,125,94); }
td.TdClassName
{
border-color: #E27D5E;
}
.TagClassName
{
border-color: #E27D5E;
}
</style>