Shades of Terra Cotta #E1805B
Tints of Terra Cotta #E1805B
RGB
CMYK
RGB Variations
Color information
#E1805B (or 0xE1805B) is known color: Terra Cotta. HEX triplet: E1, 80 and 5B. RGB value is (225,128,91). Sum of RGB (Red+Green+Blue) = 225+128+91=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1805B is #1E7FA4. Grayscale: #999999. Windows color (decimal): -1998757 or 5996769. OLE color: 5996769.
HSL color Cylindrical-coordinate representation of color #E1805B: hue angle of 16.57º degrees, saturation: 0.69, 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 #E1805B is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 91 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.12 |
| HSL | 16.57º | 0.69% | 0.62% | - |
| HSV(B) | 16.57º | 0.6% | 0.88% | - |
| XYZ | 40.66 | 32.2 | 13.97 | - |
| YUV | 152.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 91 | 0 | 0.43 | 0.60 | 0.12 | 16.57 | 0.69 | 0.62 |
| Hex | E1 | 80 | 5B | 0 | 2B | 3C | C | 11 | 45 | 3E |
| Octal | 341 | 200 | 133 | 0 | 53 | 74 | 14 | 21 | 105 | 76 |
| Binary | 11100001 | 10000000 | 1011011 | 0 | 101011 | 111100 | 1100 | 10001 | 1000101 | 111110 |
Color Harmonies of #E1805B
Complementary color
Monochromatic Colors of #E1805B
Black with #E1805B
Text Example
Text Example
White with #E1805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1805B; }
p { color: rgb(225,128,91); }
H1.HeaderClassName
{
color: #E1805B;
}
.AnyTagClassName
{
color: #E1805B;
}
</style>
background-color css
<style>
a { background-color: #E1805B; }
a { background-color: rgb(225,128,91); }
div.DivClassName
{
background-color: #E1805B;
}
.BgClassName
{
background-color: #E1805B;
}
</style>
border-color css
<style>
span { border-color: #E1805B; }
span { border-color: rgb(225,128,91); }
td.TdClassName
{
border-color: #E1805B;
}
.TagClassName
{
border-color: #E1805B;
}
</style>