Shades of Terra Cotta #E26F5D
Tints of Terra Cotta #E26F5D
RGB
CMYK
RGB Variations
Color information
#E26F5D (or 0xE26F5D) is known color: Terra Cotta. HEX triplet: E2, 6F and 5D. RGB value is (226,111,93). Sum of RGB (Red+Green+Blue) = 226+111+93=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F5D is #1D90A2. Grayscale: #8F8F8F. Windows color (decimal): -1937571 or 6123490. OLE color: 6123490.
HSL color Cylindrical-coordinate representation of color #E26F5D: hue angle of 8.12º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E26F5D is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 93 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.11 |
| HSL | 8.12º | 0.7% | 0.63% | - |
| HSV(B) | 8.12º | 0.59% | 0.89% | - |
| XYZ | 39.02 | 28.33 | 13.77 | - |
| YUV | 143.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 93 | 0 | 0.51 | 0.59 | 0.11 | 8.12 | 0.7 | 0.63 |
| Hex | E2 | 6F | 5D | 0 | 33 | 3B | B | 8 | 46 | 3F |
| Octal | 342 | 157 | 135 | 0 | 63 | 73 | 13 | 10 | 106 | 77 |
| Binary | 11100010 | 1101111 | 1011101 | 0 | 110011 | 111011 | 1011 | 1000 | 1000110 | 111111 |
Color Harmonies of #E26F5D
Complementary color
Monochromatic Colors of #E26F5D
Black with #E26F5D
Text Example
Text Example
White with #E26F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F5D; }
p { color: rgb(226,111,93); }
H1.HeaderClassName
{
color: #E26F5D;
}
.AnyTagClassName
{
color: #E26F5D;
}
</style>
background-color css
<style>
a { background-color: #E26F5D; }
a { background-color: rgb(226,111,93); }
div.DivClassName
{
background-color: #E26F5D;
}
.BgClassName
{
background-color: #E26F5D;
}
</style>
border-color css
<style>
span { border-color: #E26F5D; }
span { border-color: rgb(226,111,93); }
td.TdClassName
{
border-color: #E26F5D;
}
.TagClassName
{
border-color: #E26F5D;
}
</style>