Shades of Terra Cotta #E4785F
Tints of Terra Cotta #E4785F
RGB
CMYK
RGB Variations
Color information
#E4785F (or 0xE4785F) is known color: Terra Cotta. HEX triplet: E4, 78 and 5F. RGB value is (228,120,95). Sum of RGB (Red+Green+Blue) = 228+120+95=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E4785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4785F is #1B87A0. Grayscale: #959595. Windows color (decimal): -1804193 or 6256868. OLE color: 6256868.
HSL color Cylindrical-coordinate representation of color #E4785F: hue angle of 11.28º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4785F is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 120 | 95 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.11 |
| HSL | 11.28º | 0.71% | 0.63% | - |
| HSV(B) | 11.28º | 0.58% | 0.89% | - |
| XYZ | 40.78 | 30.75 | 14.61 | - |
| YUV | 149.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 95 | 0 | 0.47 | 0.58 | 0.11 | 11.28 | 0.71 | 0.63 |
| Hex | E4 | 78 | 5F | 0 | 2F | 3A | B | B | 47 | 3F |
| Octal | 344 | 170 | 137 | 0 | 57 | 72 | 13 | 13 | 107 | 77 |
| Binary | 11100100 | 1111000 | 1011111 | 0 | 101111 | 111010 | 1011 | 1011 | 1000111 | 111111 |
Color Harmonies of #E4785F
Complementary color
Monochromatic Colors of #E4785F
Black with #E4785F
Text Example
Text Example
White with #E4785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4785F; }
p { color: rgb(228,120,95); }
H1.HeaderClassName
{
color: #E4785F;
}
.AnyTagClassName
{
color: #E4785F;
}
</style>
background-color css
<style>
a { background-color: #E4785F; }
a { background-color: rgb(228,120,95); }
div.DivClassName
{
background-color: #E4785F;
}
.BgClassName
{
background-color: #E4785F;
}
</style>
border-color css
<style>
span { border-color: #E4785F; }
span { border-color: rgb(228,120,95); }
td.TdClassName
{
border-color: #E4785F;
}
.TagClassName
{
border-color: #E4785F;
}
</style>