Shades of Terra Cotta #E0805A
Tints of Terra Cotta #E0805A
RGB
CMYK
RGB Variations
Color information
#E0805A (or 0xE0805A) is known color: Terra Cotta. HEX triplet: E0, 80 and 5A. RGB value is (224,128,90). Sum of RGB (Red+Green+Blue) = 224+128+90=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0805A is #1F7FA5. Grayscale: #989898. Windows color (decimal): -2064294 or 5931232. OLE color: 5931232.
HSL color Cylindrical-coordinate representation of color #E0805A: hue angle of 17.01º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0805A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 90 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.12 |
| HSL | 17.01º | 0.68% | 0.62% | - |
| HSV(B) | 17.01º | 0.6% | 0.88% | - |
| XYZ | 40.31 | 32.02 | 13.73 | - |
| YUV | 152.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 90 | 0 | 0.43 | 0.60 | 0.12 | 17.01 | 0.68 | 0.62 |
| Hex | E0 | 80 | 5A | 0 | 2B | 3C | C | 11 | 44 | 3E |
| Octal | 340 | 200 | 132 | 0 | 53 | 74 | 14 | 21 | 104 | 76 |
| Binary | 11100000 | 10000000 | 1011010 | 0 | 101011 | 111100 | 1100 | 10001 | 1000100 | 111110 |
Color Harmonies of #E0805A
Complementary color
Monochromatic Colors of #E0805A
Black with #E0805A
Text Example
Text Example
White with #E0805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0805A; }
p { color: rgb(224,128,90); }
H1.HeaderClassName
{
color: #E0805A;
}
.AnyTagClassName
{
color: #E0805A;
}
</style>
background-color css
<style>
a { background-color: #E0805A; }
a { background-color: rgb(224,128,90); }
div.DivClassName
{
background-color: #E0805A;
}
.BgClassName
{
background-color: #E0805A;
}
</style>
border-color css
<style>
span { border-color: #E0805A; }
span { border-color: rgb(224,128,90); }
td.TdClassName
{
border-color: #E0805A;
}
.TagClassName
{
border-color: #E0805A;
}
</style>