Shades of Terra Cotta #E26B59
Tints of Terra Cotta #E26B59
RGB
CMYK
RGB Variations
Color information
#E26B59 (or 0xE26B59) is known color: Terra Cotta. HEX triplet: E2, 6B and 59. RGB value is (226,107,89). Sum of RGB (Red+Green+Blue) = 226+107+89=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B59 is #1D94A6. Grayscale: #8C8C8C. Windows color (decimal): -1938599 or 5860322. OLE color: 5860322.
HSL color Cylindrical-coordinate representation of color #E26B59: hue angle of 7.88º 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 #E26B59 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 89 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.11 |
| HSL | 7.88º | 0.7% | 0.62% | - |
| HSV(B) | 7.88º | 0.61% | 0.89% | - |
| XYZ | 38.42 | 27.41 | 12.72 | - |
| YUV | 140.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 89 | 0 | 0.53 | 0.61 | 0.11 | 7.88 | 0.7 | 0.62 |
| Hex | E2 | 6B | 59 | 0 | 35 | 3D | B | 8 | 46 | 3E |
| Octal | 342 | 153 | 131 | 0 | 65 | 75 | 13 | 10 | 106 | 76 |
| Binary | 11100010 | 1101011 | 1011001 | 0 | 110101 | 111101 | 1011 | 1000 | 1000110 | 111110 |
Color Harmonies of #E26B59
Complementary color
Monochromatic Colors of #E26B59
Black with #E26B59
Text Example
Text Example
White with #E26B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B59; }
p { color: rgb(226,107,89); }
H1.HeaderClassName
{
color: #E26B59;
}
.AnyTagClassName
{
color: #E26B59;
}
</style>
background-color css
<style>
a { background-color: #E26B59; }
a { background-color: rgb(226,107,89); }
div.DivClassName
{
background-color: #E26B59;
}
.BgClassName
{
background-color: #E26B59;
}
</style>
border-color css
<style>
span { border-color: #E26B59; }
span { border-color: rgb(226,107,89); }
td.TdClassName
{
border-color: #E26B59;
}
.TagClassName
{
border-color: #E26B59;
}
</style>