Shades of Terra Cotta #E26C66
Tints of Terra Cotta #E26C66
RGB
CMYK
RGB Variations
Color information
#E26C66 (or 0xE26C66) is known color: Terra Cotta. HEX triplet: E2, 6C and 66. RGB value is (226,108,102). Sum of RGB (Red+Green+Blue) = 226+108+102=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C66 is #1D9399. Grayscale: #8E8E8E. Windows color (decimal): -1938330 or 6712546. OLE color: 6712546.
HSL color Cylindrical-coordinate representation of color #E26C66: hue angle of 2.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26C66 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 102 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.11 |
| HSL | 2.9º | 0.68% | 0.64% | - |
| HSV(B) | 2.9º | 0.55% | 0.89% | - |
| XYZ | 39.12 | 27.85 | 15.88 | - |
| YUV | 142.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 102 | 0 | 0.52 | 0.55 | 0.11 | 2.9 | 0.68 | 0.64 |
| Hex | E2 | 6C | 66 | 0 | 34 | 37 | B | 3 | 44 | 40 |
| Octal | 342 | 154 | 146 | 0 | 64 | 67 | 13 | 3 | 104 | 100 |
| Binary | 11100010 | 1101100 | 1100110 | 0 | 110100 | 110111 | 1011 | 11 | 1000100 | 1000000 |
Color Harmonies of #E26C66
Complementary color
Monochromatic Colors of #E26C66
Black with #E26C66
Text Example
Text Example
White with #E26C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C66; }
p { color: rgb(226,108,102); }
H1.HeaderClassName
{
color: #E26C66;
}
.AnyTagClassName
{
color: #E26C66;
}
</style>
background-color css
<style>
a { background-color: #E26C66; }
a { background-color: rgb(226,108,102); }
div.DivClassName
{
background-color: #E26C66;
}
.BgClassName
{
background-color: #E26C66;
}
</style>
border-color css
<style>
span { border-color: #E26C66; }
span { border-color: rgb(226,108,102); }
td.TdClassName
{
border-color: #E26C66;
}
.TagClassName
{
border-color: #E26C66;
}
</style>