Shades of Terra Cotta #E26B5E
Tints of Terra Cotta #E26B5E
RGB
CMYK
RGB Variations
Color information
#E26B5E (or 0xE26B5E) is known color: Terra Cotta. HEX triplet: E2, 6B and 5E. RGB value is (226,107,94). Sum of RGB (Red+Green+Blue) = 226+107+94=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B5E is #1D94A1. Grayscale: #8D8D8D. Windows color (decimal): -1938594 or 6188002. OLE color: 6188002.
HSL color Cylindrical-coordinate representation of color #E26B5E: hue angle of 5.91º 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 #E26B5E is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 94 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.11 |
| HSL | 5.91º | 0.69% | 0.63% | - |
| HSV(B) | 5.91º | 0.58% | 0.89% | - |
| XYZ | 38.64 | 27.49 | 13.86 | - |
| YUV | 141.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 94 | 0 | 0.53 | 0.58 | 0.11 | 5.91 | 0.69 | 0.63 |
| Hex | E2 | 6B | 5E | 0 | 35 | 3A | B | 6 | 45 | 3F |
| Octal | 342 | 153 | 136 | 0 | 65 | 72 | 13 | 6 | 105 | 77 |
| Binary | 11100010 | 1101011 | 1011110 | 0 | 110101 | 111010 | 1011 | 110 | 1000101 | 111111 |
Color Harmonies of #E26B5E
Complementary color
Monochromatic Colors of #E26B5E
Black with #E26B5E
Text Example
Text Example
White with #E26B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B5E; }
p { color: rgb(226,107,94); }
H1.HeaderClassName
{
color: #E26B5E;
}
.AnyTagClassName
{
color: #E26B5E;
}
</style>
background-color css
<style>
a { background-color: #E26B5E; }
a { background-color: rgb(226,107,94); }
div.DivClassName
{
background-color: #E26B5E;
}
.BgClassName
{
background-color: #E26B5E;
}
</style>
border-color css
<style>
span { border-color: #E26B5E; }
span { border-color: rgb(226,107,94); }
td.TdClassName
{
border-color: #E26B5E;
}
.TagClassName
{
border-color: #E26B5E;
}
</style>