Shades of Terra Cotta #E27263
Tints of Terra Cotta #E27263
RGB
CMYK
RGB Variations
Color information
#E27263 (or 0xE27263) is known color: Terra Cotta. HEX triplet: E2, 72 and 63. RGB value is (226,114,99). Sum of RGB (Red+Green+Blue) = 226+114+99=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E27263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27263 is #1D8D9C. Grayscale: #919191. Windows color (decimal): -1936797 or 6517474. OLE color: 6517474.
HSL color Cylindrical-coordinate representation of color #E27263: hue angle of 7.09º degrees, saturation: 0.69, 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 #E27263 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 99 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.11 |
| HSL | 7.09º | 0.69% | 0.64% | - |
| HSV(B) | 7.09º | 0.56% | 0.89% | - |
| XYZ | 39.63 | 29.1 | 15.33 | - |
| YUV | 145.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 99 | 0 | 0.50 | 0.56 | 0.11 | 7.09 | 0.69 | 0.64 |
| Hex | E2 | 72 | 63 | 0 | 32 | 38 | B | 7 | 45 | 40 |
| Octal | 342 | 162 | 143 | 0 | 62 | 70 | 13 | 7 | 105 | 100 |
| Binary | 11100010 | 1110010 | 1100011 | 0 | 110010 | 111000 | 1011 | 111 | 1000101 | 1000000 |
Color Harmonies of #E27263
Complementary color
Monochromatic Colors of #E27263
Black with #E27263
Text Example
Text Example
White with #E27263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27263; }
p { color: rgb(226,114,99); }
H1.HeaderClassName
{
color: #E27263;
}
.AnyTagClassName
{
color: #E27263;
}
</style>
background-color css
<style>
a { background-color: #E27263; }
a { background-color: rgb(226,114,99); }
div.DivClassName
{
background-color: #E27263;
}
.BgClassName
{
background-color: #E27263;
}
</style>
border-color css
<style>
span { border-color: #E27263; }
span { border-color: rgb(226,114,99); }
td.TdClassName
{
border-color: #E27263;
}
.TagClassName
{
border-color: #E27263;
}
</style>