Shades of Terra Cotta #E47462
Tints of Terra Cotta #E47462
RGB
CMYK
RGB Variations
Color information
#E47462 (or 0xE47462) is known color: Terra Cotta. HEX triplet: E4, 74 and 62. RGB value is (228,116,98). Sum of RGB (Red+Green+Blue) = 228+116+98=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E47462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47462 is #1B8B9D. Grayscale: #939393. Windows color (decimal): -1805214 or 6452452. OLE color: 6452452.
HSL color Cylindrical-coordinate representation of color #E47462: hue angle of 8.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E47462 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 98 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.11 |
| HSL | 8.31º | 0.71% | 0.64% | - |
| HSV(B) | 8.31º | 0.57% | 0.89% | - |
| XYZ | 40.44 | 29.87 | 15.19 | - |
| YUV | 147.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 98 | 0 | 0.49 | 0.57 | 0.11 | 8.31 | 0.71 | 0.64 |
| Hex | E4 | 74 | 62 | 0 | 31 | 39 | B | 8 | 47 | 40 |
| Octal | 344 | 164 | 142 | 0 | 61 | 71 | 13 | 10 | 107 | 100 |
| Binary | 11100100 | 1110100 | 1100010 | 0 | 110001 | 111001 | 1011 | 1000 | 1000111 | 1000000 |
Color Harmonies of #E47462
Complementary color
Monochromatic Colors of #E47462
Black with #E47462
Text Example
Text Example
White with #E47462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47462; }
p { color: rgb(228,116,98); }
H1.HeaderClassName
{
color: #E47462;
}
.AnyTagClassName
{
color: #E47462;
}
</style>
background-color css
<style>
a { background-color: #E47462; }
a { background-color: rgb(228,116,98); }
div.DivClassName
{
background-color: #E47462;
}
.BgClassName
{
background-color: #E47462;
}
</style>
border-color css
<style>
span { border-color: #E47462; }
span { border-color: rgb(228,116,98); }
td.TdClassName
{
border-color: #E47462;
}
.TagClassName
{
border-color: #E47462;
}
</style>