Shades of Terra Cotta #E26F67
Tints of Terra Cotta #E26F67
RGB
CMYK
RGB Variations
Color information
#E26F67 (or 0xE26F67) is known color: Terra Cotta. HEX triplet: E2, 6F and 67. RGB value is (226,111,103). Sum of RGB (Red+Green+Blue) = 226+111+103=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26F67 is #1D9098. Grayscale: #909090. Windows color (decimal): -1937561 or 6778850. OLE color: 6778850.
HSL color Cylindrical-coordinate representation of color #E26F67: hue angle of 3.9º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26F67 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 103 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.11 |
| HSL | 3.9º | 0.68% | 0.65% | - |
| HSV(B) | 3.9º | 0.54% | 0.89% | - |
| XYZ | 39.5 | 28.52 | 16.25 | - |
| YUV | 144.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 103 | 0 | 0.51 | 0.54 | 0.11 | 3.9 | 0.68 | 0.65 |
| Hex | E2 | 6F | 67 | 0 | 33 | 36 | B | 4 | 44 | 41 |
| Octal | 342 | 157 | 147 | 0 | 63 | 66 | 13 | 4 | 104 | 101 |
| Binary | 11100010 | 1101111 | 1100111 | 0 | 110011 | 110110 | 1011 | 100 | 1000100 | 1000001 |
Color Harmonies of #E26F67
Complementary color
Monochromatic Colors of #E26F67
Black with #E26F67
Text Example
Text Example
White with #E26F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F67; }
p { color: rgb(226,111,103); }
H1.HeaderClassName
{
color: #E26F67;
}
.AnyTagClassName
{
color: #E26F67;
}
</style>
background-color css
<style>
a { background-color: #E26F67; }
a { background-color: rgb(226,111,103); }
div.DivClassName
{
background-color: #E26F67;
}
.BgClassName
{
background-color: #E26F67;
}
</style>
border-color css
<style>
span { border-color: #E26F67; }
span { border-color: rgb(226,111,103); }
td.TdClassName
{
border-color: #E26F67;
}
.TagClassName
{
border-color: #E26F67;
}
</style>