Shades of Terra Cotta #E26E62
Tints of Terra Cotta #E26E62
RGB
CMYK
RGB Variations
Color information
#E26E62 (or 0xE26E62) is known color: Terra Cotta. HEX triplet: E2, 6E and 62. RGB value is (226,110,98). Sum of RGB (Red+Green+Blue) = 226+110+98=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E62 is #1D919D. Grayscale: #8F8F8F. Windows color (decimal): -1937822 or 6450914. OLE color: 6450914.
HSL color Cylindrical-coordinate representation of color #E26E62: hue angle of 5.62º 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 #E26E62 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 98 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.11 |
| HSL | 5.63º | 0.69% | 0.64% | - |
| HSV(B) | 5.63º | 0.57% | 0.89% | - |
| XYZ | 39.14 | 28.2 | 14.94 | - |
| YUV | 143.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 98 | 0 | 0.51 | 0.57 | 0.11 | 5.63 | 0.69 | 0.64 |
| Hex | E2 | 6E | 62 | 0 | 33 | 39 | B | 6 | 45 | 40 |
| Octal | 342 | 156 | 142 | 0 | 63 | 71 | 13 | 6 | 105 | 100 |
| Binary | 11100010 | 1101110 | 1100010 | 0 | 110011 | 111001 | 1011 | 110 | 1000101 | 1000000 |
Color Harmonies of #E26E62
Complementary color
Monochromatic Colors of #E26E62
Black with #E26E62
Text Example
Text Example
White with #E26E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E62; }
p { color: rgb(226,110,98); }
H1.HeaderClassName
{
color: #E26E62;
}
.AnyTagClassName
{
color: #E26E62;
}
</style>
background-color css
<style>
a { background-color: #E26E62; }
a { background-color: rgb(226,110,98); }
div.DivClassName
{
background-color: #E26E62;
}
.BgClassName
{
background-color: #E26E62;
}
</style>
border-color css
<style>
span { border-color: #E26E62; }
span { border-color: rgb(226,110,98); }
td.TdClassName
{
border-color: #E26E62;
}
.TagClassName
{
border-color: #E26E62;
}
</style>