Shades of Terra Cotta #E26C62
Tints of Terra Cotta #E26C62
RGB
CMYK
RGB Variations
Color information
#E26C62 (or 0xE26C62) is known color: Terra Cotta. HEX triplet: E2, 6C and 62. RGB value is (226,108,98). Sum of RGB (Red+Green+Blue) = 226+108+98=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C62 is #1D939D. Grayscale: #8E8E8E. Windows color (decimal): -1938334 or 6450402. OLE color: 6450402.
HSL color Cylindrical-coordinate representation of color #E26C62: hue angle of 4.69º 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 #E26C62 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 98 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.11 |
| HSL | 4.69º | 0.69% | 0.64% | - |
| HSV(B) | 4.69º | 0.57% | 0.89% | - |
| XYZ | 38.93 | 27.78 | 14.86 | - |
| YUV | 142.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 98 | 0 | 0.52 | 0.57 | 0.11 | 4.69 | 0.69 | 0.64 |
| Hex | E2 | 6C | 62 | 0 | 34 | 39 | B | 5 | 45 | 40 |
| Octal | 342 | 154 | 142 | 0 | 64 | 71 | 13 | 5 | 105 | 100 |
| Binary | 11100010 | 1101100 | 1100010 | 0 | 110100 | 111001 | 1011 | 101 | 1000101 | 1000000 |
Color Harmonies of #E26C62
Complementary color
Monochromatic Colors of #E26C62
Black with #E26C62
Text Example
Text Example
White with #E26C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C62; }
p { color: rgb(226,108,98); }
H1.HeaderClassName
{
color: #E26C62;
}
.AnyTagClassName
{
color: #E26C62;
}
</style>
background-color css
<style>
a { background-color: #E26C62; }
a { background-color: rgb(226,108,98); }
div.DivClassName
{
background-color: #E26C62;
}
.BgClassName
{
background-color: #E26C62;
}
</style>
border-color css
<style>
span { border-color: #E26C62; }
span { border-color: rgb(226,108,98); }
td.TdClassName
{
border-color: #E26C62;
}
.TagClassName
{
border-color: #E26C62;
}
</style>