Shades of Terra Cotta #E4805D
Tints of Terra Cotta #E4805D
RGB
CMYK
RGB Variations
Color information
#E4805D (or 0xE4805D) is known color: Terra Cotta. HEX triplet: E4, 80 and 5D. RGB value is (228,128,93). Sum of RGB (Red+Green+Blue) = 228+128+93=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E4805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4805D is #1B7FA2. Grayscale: #9A9A9A. Windows color (decimal): -1802147 or 6127844. OLE color: 6127844.
HSL color Cylindrical-coordinate representation of color #E4805D: hue angle of 15.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4805D is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 93 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.11 |
| HSL | 15.56º | 0.71% | 0.63% | - |
| HSV(B) | 15.56º | 0.59% | 0.89% | - |
| XYZ | 41.69 | 32.72 | 14.47 | - |
| YUV | 153.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 93 | 0 | 0.44 | 0.59 | 0.11 | 15.56 | 0.71 | 0.63 |
| Hex | E4 | 80 | 5D | 0 | 2C | 3B | B | 10 | 47 | 3F |
| Octal | 344 | 200 | 135 | 0 | 54 | 73 | 13 | 20 | 107 | 77 |
| Binary | 11100100 | 10000000 | 1011101 | 0 | 101100 | 111011 | 1011 | 10000 | 1000111 | 111111 |
Color Harmonies of #E4805D
Complementary color
Monochromatic Colors of #E4805D
Black with #E4805D
Text Example
Text Example
White with #E4805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4805D; }
p { color: rgb(228,128,93); }
H1.HeaderClassName
{
color: #E4805D;
}
.AnyTagClassName
{
color: #E4805D;
}
</style>
background-color css
<style>
a { background-color: #E4805D; }
a { background-color: rgb(228,128,93); }
div.DivClassName
{
background-color: #E4805D;
}
.BgClassName
{
background-color: #E4805D;
}
</style>
border-color css
<style>
span { border-color: #E4805D; }
span { border-color: rgb(228,128,93); }
td.TdClassName
{
border-color: #E4805D;
}
.TagClassName
{
border-color: #E4805D;
}
</style>