Shades of Terra Cotta #E26F5E
Tints of Terra Cotta #E26F5E
RGB
CMYK
RGB Variations
Color information
#E26F5E (or 0xE26F5E) is known color: Terra Cotta. HEX triplet: E2, 6F and 5E. RGB value is (226,111,94). Sum of RGB (Red+Green+Blue) = 226+111+94=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F5E is #1D90A1. Grayscale: #8F8F8F. Windows color (decimal): -1937570 or 6189026. OLE color: 6189026.
HSL color Cylindrical-coordinate representation of color #E26F5E: hue angle of 7.73º 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 #E26F5E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 94 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.11 |
| HSL | 7.73º | 0.69% | 0.63% | - |
| HSV(B) | 7.73º | 0.58% | 0.89% | - |
| XYZ | 39.07 | 28.35 | 14 | - |
| YUV | 143.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 94 | 0 | 0.51 | 0.58 | 0.11 | 7.73 | 0.69 | 0.63 |
| Hex | E2 | 6F | 5E | 0 | 33 | 3A | B | 8 | 45 | 3F |
| Octal | 342 | 157 | 136 | 0 | 63 | 72 | 13 | 10 | 105 | 77 |
| Binary | 11100010 | 1101111 | 1011110 | 0 | 110011 | 111010 | 1011 | 1000 | 1000101 | 111111 |
Color Harmonies of #E26F5E
Complementary color
Monochromatic Colors of #E26F5E
Black with #E26F5E
Text Example
Text Example
White with #E26F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F5E; }
p { color: rgb(226,111,94); }
H1.HeaderClassName
{
color: #E26F5E;
}
.AnyTagClassName
{
color: #E26F5E;
}
</style>
background-color css
<style>
a { background-color: #E26F5E; }
a { background-color: rgb(226,111,94); }
div.DivClassName
{
background-color: #E26F5E;
}
.BgClassName
{
background-color: #E26F5E;
}
</style>
border-color css
<style>
span { border-color: #E26F5E; }
span { border-color: rgb(226,111,94); }
td.TdClassName
{
border-color: #E26F5E;
}
.TagClassName
{
border-color: #E26F5E;
}
</style>