Shades of Terra Cotta #E26D62
Tints of Terra Cotta #E26D62
RGB
CMYK
RGB Variations
Color information
#E26D62 (or 0xE26D62) is known color: Terra Cotta. HEX triplet: E2, 6D and 62. RGB value is (226,109,98). Sum of RGB (Red+Green+Blue) = 226+109+98=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26D62 is #1D929D. Grayscale: #8E8E8E. Windows color (decimal): -1938078 or 6450658. OLE color: 6450658.
HSL color Cylindrical-coordinate representation of color #E26D62: hue angle of 5.16º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26D62 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 98 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.11 |
| HSL | 5.16º | 0.69% | 0.64% | - |
| HSV(B) | 5.16º | 0.57% | 0.89% | - |
| XYZ | 39.04 | 27.99 | 14.9 | - |
| YUV | 142.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 98 | 0 | 0.52 | 0.57 | 0.11 | 5.16 | 0.69 | 0.64 |
| Hex | E2 | 6D | 62 | 0 | 34 | 39 | B | 5 | 45 | 40 |
| Octal | 342 | 155 | 142 | 0 | 64 | 71 | 13 | 5 | 105 | 100 |
| Binary | 11100010 | 1101101 | 1100010 | 0 | 110100 | 111001 | 1011 | 101 | 1000101 | 1000000 |
Color Harmonies of #E26D62
Complementary color
Monochromatic Colors of #E26D62
Black with #E26D62
Text Example
Text Example
White with #E26D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D62; }
p { color: rgb(226,109,98); }
H1.HeaderClassName
{
color: #E26D62;
}
.AnyTagClassName
{
color: #E26D62;
}
</style>
background-color css
<style>
a { background-color: #E26D62; }
a { background-color: rgb(226,109,98); }
div.DivClassName
{
background-color: #E26D62;
}
.BgClassName
{
background-color: #E26D62;
}
</style>
border-color css
<style>
span { border-color: #E26D62; }
span { border-color: rgb(226,109,98); }
td.TdClassName
{
border-color: #E26D62;
}
.TagClassName
{
border-color: #E26D62;
}
</style>