Shades of Terra Cotta #E5805E
Tints of Terra Cotta #E5805E
RGB
CMYK
RGB Variations
Color information
#E5805E (or 0xE5805E) is known color: Terra Cotta. HEX triplet: E5, 80 and 5E. RGB value is (229,128,94). Sum of RGB (Red+Green+Blue) = 229+128+94=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5805E is #1A7FA1. Grayscale: #9A9A9A. Windows color (decimal): -1736610 or 6193381. OLE color: 6193381.
HSL color Cylindrical-coordinate representation of color #E5805E: hue angle of 15.11º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5805E is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 94 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.10 |
| HSL | 15.11º | 0.72% | 0.63% | - |
| HSV(B) | 15.11º | 0.59% | 0.9% | - |
| XYZ | 42.05 | 32.9 | 14.72 | - |
| YUV | 154.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 94 | 0 | 0.44 | 0.59 | 0.10 | 15.11 | 0.72 | 0.63 |
| Hex | E5 | 80 | 5E | 0 | 2C | 3B | A | F | 48 | 3F |
| Octal | 345 | 200 | 136 | 0 | 54 | 73 | 12 | 17 | 110 | 77 |
| Binary | 11100101 | 10000000 | 1011110 | 0 | 101100 | 111011 | 1010 | 1111 | 1001000 | 111111 |
Color Harmonies of #E5805E
Complementary color
Monochromatic Colors of #E5805E
Black with #E5805E
Text Example
Text Example
White with #E5805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5805E; }
p { color: rgb(229,128,94); }
H1.HeaderClassName
{
color: #E5805E;
}
.AnyTagClassName
{
color: #E5805E;
}
</style>
background-color css
<style>
a { background-color: #E5805E; }
a { background-color: rgb(229,128,94); }
div.DivClassName
{
background-color: #E5805E;
}
.BgClassName
{
background-color: #E5805E;
}
</style>
border-color css
<style>
span { border-color: #E5805E; }
span { border-color: rgb(229,128,94); }
td.TdClassName
{
border-color: #E5805E;
}
.TagClassName
{
border-color: #E5805E;
}
</style>