Shades of Terra Cotta #E26E63
Tints of Terra Cotta #E26E63
RGB
CMYK
RGB Variations
Color information
#E26E63 (or 0xE26E63) is known color: Terra Cotta. HEX triplet: E2, 6E and 63. RGB value is (226,110,99). Sum of RGB (Red+Green+Blue) = 226+110+99=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26E63 is #1D919C. Grayscale: #8F8F8F. Windows color (decimal): -1937821 or 6516450. OLE color: 6516450.
HSL color Cylindrical-coordinate representation of color #E26E63: hue angle of 5.2º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26E63 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 99 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.11 |
| HSL | 5.2º | 0.69% | 0.64% | - |
| HSV(B) | 5.2º | 0.56% | 0.89% | - |
| XYZ | 39.19 | 28.22 | 15.19 | - |
| YUV | 143.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 99 | 0 | 0.51 | 0.56 | 0.11 | 5.2 | 0.69 | 0.64 |
| Hex | E2 | 6E | 63 | 0 | 33 | 38 | B | 5 | 45 | 40 |
| Octal | 342 | 156 | 143 | 0 | 63 | 70 | 13 | 5 | 105 | 100 |
| Binary | 11100010 | 1101110 | 1100011 | 0 | 110011 | 111000 | 1011 | 101 | 1000101 | 1000000 |
Color Harmonies of #E26E63
Complementary color
Monochromatic Colors of #E26E63
Black with #E26E63
Text Example
Text Example
White with #E26E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E63; }
p { color: rgb(226,110,99); }
H1.HeaderClassName
{
color: #E26E63;
}
.AnyTagClassName
{
color: #E26E63;
}
</style>
background-color css
<style>
a { background-color: #E26E63; }
a { background-color: rgb(226,110,99); }
div.DivClassName
{
background-color: #E26E63;
}
.BgClassName
{
background-color: #E26E63;
}
</style>
border-color css
<style>
span { border-color: #E26E63; }
span { border-color: rgb(226,110,99); }
td.TdClassName
{
border-color: #E26E63;
}
.TagClassName
{
border-color: #E26E63;
}
</style>