Shades of Terra Cotta #E27864
Tints of Terra Cotta #E27864
RGB
CMYK
RGB Variations
Color information
#E27864 (or 0xE27864) is known color: Terra Cotta. HEX triplet: E2, 78 and 64. RGB value is (226,120,100). Sum of RGB (Red+Green+Blue) = 226+120+100=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E27864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27864 is #1D879B. Grayscale: #959595. Windows color (decimal): -1935260 or 6584546. OLE color: 6584546.
HSL color Cylindrical-coordinate representation of color #E27864: hue angle of 9.52º degrees, saturation: 0.68, 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 #E27864 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 100 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.11 |
| HSL | 9.52º | 0.68% | 0.64% | - |
| HSV(B) | 9.52º | 0.56% | 0.89% | - |
| XYZ | 40.38 | 30.52 | 15.82 | - |
| YUV | 149.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 100 | 0 | 0.47 | 0.56 | 0.11 | 9.52 | 0.68 | 0.64 |
| Hex | E2 | 78 | 64 | 0 | 2F | 38 | B | A | 44 | 40 |
| Octal | 342 | 170 | 144 | 0 | 57 | 70 | 13 | 12 | 104 | 100 |
| Binary | 11100010 | 1111000 | 1100100 | 0 | 101111 | 111000 | 1011 | 1010 | 1000100 | 1000000 |
Color Harmonies of #E27864
Complementary color
Monochromatic Colors of #E27864
Black with #E27864
Text Example
Text Example
White with #E27864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27864; }
p { color: rgb(226,120,100); }
H1.HeaderClassName
{
color: #E27864;
}
.AnyTagClassName
{
color: #E27864;
}
</style>
background-color css
<style>
a { background-color: #E27864; }
a { background-color: rgb(226,120,100); }
div.DivClassName
{
background-color: #E27864;
}
.BgClassName
{
background-color: #E27864;
}
</style>
border-color css
<style>
span { border-color: #E27864; }
span { border-color: rgb(226,120,100); }
td.TdClassName
{
border-color: #E27864;
}
.TagClassName
{
border-color: #E27864;
}
</style>