Shades of Terra Cotta #E26F59
Tints of Terra Cotta #E26F59
RGB
CMYK
RGB Variations
Color information
#E26F59 (or 0xE26F59) is known color: Terra Cotta. HEX triplet: E2, 6F and 59. RGB value is (226,111,89). Sum of RGB (Red+Green+Blue) = 226+111+89=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F59 is #1D90A6. Grayscale: #8F8F8F. Windows color (decimal): -1937575 or 5861346. OLE color: 5861346.
HSL color Cylindrical-coordinate representation of color #E26F59: hue angle of 9.64º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E26F59 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 89 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.11 |
| HSL | 9.64º | 0.7% | 0.62% | - |
| HSV(B) | 9.64º | 0.61% | 0.89% | - |
| XYZ | 38.85 | 28.26 | 12.86 | - |
| YUV | 142.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 89 | 0 | 0.51 | 0.61 | 0.11 | 9.64 | 0.7 | 0.62 |
| Hex | E2 | 6F | 59 | 0 | 33 | 3D | B | A | 46 | 3E |
| Octal | 342 | 157 | 131 | 0 | 63 | 75 | 13 | 12 | 106 | 76 |
| Binary | 11100010 | 1101111 | 1011001 | 0 | 110011 | 111101 | 1011 | 1010 | 1000110 | 111110 |
Color Harmonies of #E26F59
Complementary color
Monochromatic Colors of #E26F59
Black with #E26F59
Text Example
Text Example
White with #E26F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F59; }
p { color: rgb(226,111,89); }
H1.HeaderClassName
{
color: #E26F59;
}
.AnyTagClassName
{
color: #E26F59;
}
</style>
background-color css
<style>
a { background-color: #E26F59; }
a { background-color: rgb(226,111,89); }
div.DivClassName
{
background-color: #E26F59;
}
.BgClassName
{
background-color: #E26F59;
}
</style>
border-color css
<style>
span { border-color: #E26F59; }
span { border-color: rgb(226,111,89); }
td.TdClassName
{
border-color: #E26F59;
}
.TagClassName
{
border-color: #E26F59;
}
</style>