Shades of Terra Cotta #E26B57
Tints of Terra Cotta #E26B57
RGB
CMYK
RGB Variations
Color information
#E26B57 (or 0xE26B57) is known color: Terra Cotta. HEX triplet: E2, 6B and 57. RGB value is (226,107,87). Sum of RGB (Red+Green+Blue) = 226+107+87=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B57 is #1D94A8. Grayscale: #8C8C8C. Windows color (decimal): -1938601 or 5729250. OLE color: 5729250.
HSL color Cylindrical-coordinate representation of color #E26B57: hue angle of 8.63º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E26B57 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 87 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.11 |
| HSL | 8.63º | 0.71% | 0.61% | - |
| HSV(B) | 8.63º | 0.62% | 0.89% | - |
| XYZ | 38.34 | 27.37 | 12.28 | - |
| YUV | 140.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 87 | 0 | 0.53 | 0.62 | 0.11 | 8.63 | 0.71 | 0.61 |
| Hex | E2 | 6B | 57 | 0 | 35 | 3E | B | 9 | 47 | 3D |
| Octal | 342 | 153 | 127 | 0 | 65 | 76 | 13 | 11 | 107 | 75 |
| Binary | 11100010 | 1101011 | 1010111 | 0 | 110101 | 111110 | 1011 | 1001 | 1000111 | 111101 |
Color Harmonies of #E26B57
Complementary color
Monochromatic Colors of #E26B57
Black with #E26B57
Text Example
Text Example
White with #E26B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B57; }
p { color: rgb(226,107,87); }
H1.HeaderClassName
{
color: #E26B57;
}
.AnyTagClassName
{
color: #E26B57;
}
</style>
background-color css
<style>
a { background-color: #E26B57; }
a { background-color: rgb(226,107,87); }
div.DivClassName
{
background-color: #E26B57;
}
.BgClassName
{
background-color: #E26B57;
}
</style>
border-color css
<style>
span { border-color: #E26B57; }
span { border-color: rgb(226,107,87); }
td.TdClassName
{
border-color: #E26B57;
}
.TagClassName
{
border-color: #E26B57;
}
</style>