Shades of Terra Cotta #E46E5C
Tints of Terra Cotta #E46E5C
RGB
CMYK
RGB Variations
Color information
#E46E5C (or 0xE46E5C) is known color: Terra Cotta. HEX triplet: E4, 6E and 5C. RGB value is (228,110,92). Sum of RGB (Red+Green+Blue) = 228+110+92=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E5C is #1B91A3. Grayscale: #8F8F8F. Windows color (decimal): -1806756 or 6057700. OLE color: 6057700.
HSL color Cylindrical-coordinate representation of color #E46E5C: hue angle of 7.94º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E46E5C is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 92 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.11 |
| HSL | 7.94º | 0.72% | 0.63% | - |
| HSV(B) | 7.94º | 0.6% | 0.89% | - |
| XYZ | 39.5 | 28.42 | 13.53 | - |
| YUV | 143.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 92 | 0 | 0.52 | 0.60 | 0.11 | 7.94 | 0.72 | 0.63 |
| Hex | E4 | 6E | 5C | 0 | 34 | 3C | B | 8 | 48 | 3F |
| Octal | 344 | 156 | 134 | 0 | 64 | 74 | 13 | 10 | 110 | 77 |
| Binary | 11100100 | 1101110 | 1011100 | 0 | 110100 | 111100 | 1011 | 1000 | 1001000 | 111111 |
Color Harmonies of #E46E5C
Complementary color
Monochromatic Colors of #E46E5C
Black with #E46E5C
Text Example
Text Example
White with #E46E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46E5C; }
p { color: rgb(228,110,92); }
H1.HeaderClassName
{
color: #E46E5C;
}
.AnyTagClassName
{
color: #E46E5C;
}
</style>
background-color css
<style>
a { background-color: #E46E5C; }
a { background-color: rgb(228,110,92); }
div.DivClassName
{
background-color: #E46E5C;
}
.BgClassName
{
background-color: #E46E5C;
}
</style>
border-color css
<style>
span { border-color: #E46E5C; }
span { border-color: rgb(228,110,92); }
td.TdClassName
{
border-color: #E46E5C;
}
.TagClassName
{
border-color: #E46E5C;
}
</style>