Shades of Terra Cotta #E26C54
Tints of Terra Cotta #E26C54
RGB
CMYK
RGB Variations
Color information
#E26C54 (or 0xE26C54) is known color: Terra Cotta. HEX triplet: E2, 6C and 54. RGB value is (226,108,84). Sum of RGB (Red+Green+Blue) = 226+108+84=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26C54 is #1D93AB. Grayscale: #8C8C8C. Windows color (decimal): -1938348 or 5532898. OLE color: 5532898.
HSL color Cylindrical-coordinate representation of color #E26C54: hue angle of 10.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E26C54 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 84 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.11 |
| HSL | 10.14º | 0.71% | 0.61% | - |
| HSV(B) | 10.14º | 0.63% | 0.89% | - |
| XYZ | 38.33 | 27.53 | 11.68 | - |
| YUV | 140.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 84 | 0 | 0.52 | 0.63 | 0.11 | 10.14 | 0.71 | 0.61 |
| Hex | E2 | 6C | 54 | 0 | 34 | 3F | B | A | 47 | 3D |
| Octal | 342 | 154 | 124 | 0 | 64 | 77 | 13 | 12 | 107 | 75 |
| Binary | 11100010 | 1101100 | 1010100 | 0 | 110100 | 111111 | 1011 | 1010 | 1000111 | 111101 |
Color Harmonies of #E26C54
Complementary color
Monochromatic Colors of #E26C54
Black with #E26C54
Text Example
Text Example
White with #E26C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C54; }
p { color: rgb(226,108,84); }
H1.HeaderClassName
{
color: #E26C54;
}
.AnyTagClassName
{
color: #E26C54;
}
</style>
background-color css
<style>
a { background-color: #E26C54; }
a { background-color: rgb(226,108,84); }
div.DivClassName
{
background-color: #E26C54;
}
.BgClassName
{
background-color: #E26C54;
}
</style>
border-color css
<style>
span { border-color: #E26C54; }
span { border-color: rgb(226,108,84); }
td.TdClassName
{
border-color: #E26C54;
}
.TagClassName
{
border-color: #E26C54;
}
</style>