Shades of Terra Cotta #E5805F
Tints of Terra Cotta #E5805F
RGB
CMYK
RGB Variations
Color information
#E5805F (or 0xE5805F) is known color: Terra Cotta. HEX triplet: E5, 80 and 5F. RGB value is (229,128,95). Sum of RGB (Red+Green+Blue) = 229+128+95=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5805F is #1A7FA0. Grayscale: #9A9A9A. Windows color (decimal): -1736609 or 6258917. OLE color: 6258917.
HSL color Cylindrical-coordinate representation of color #E5805F: hue angle of 14.78º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5805F is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 95 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.10 |
| HSL | 14.78º | 0.72% | 0.64% | - |
| HSV(B) | 14.78º | 0.59% | 0.9% | - |
| XYZ | 42.1 | 32.92 | 14.96 | - |
| YUV | 154.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 95 | 0 | 0.44 | 0.59 | 0.10 | 14.78 | 0.72 | 0.64 |
| Hex | E5 | 80 | 5F | 0 | 2C | 3B | A | F | 48 | 40 |
| Octal | 345 | 200 | 137 | 0 | 54 | 73 | 12 | 17 | 110 | 100 |
| Binary | 11100101 | 10000000 | 1011111 | 0 | 101100 | 111011 | 1010 | 1111 | 1001000 | 1000000 |
Color Harmonies of #E5805F
Complementary color
Monochromatic Colors of #E5805F
Black with #E5805F
Text Example
Text Example
White with #E5805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5805F; }
p { color: rgb(229,128,95); }
H1.HeaderClassName
{
color: #E5805F;
}
.AnyTagClassName
{
color: #E5805F;
}
</style>
background-color css
<style>
a { background-color: #E5805F; }
a { background-color: rgb(229,128,95); }
div.DivClassName
{
background-color: #E5805F;
}
.BgClassName
{
background-color: #E5805F;
}
</style>
border-color css
<style>
span { border-color: #E5805F; }
span { border-color: rgb(229,128,95); }
td.TdClassName
{
border-color: #E5805F;
}
.TagClassName
{
border-color: #E5805F;
}
</style>