Shades of Terra Cotta #E1805C
Tints of Terra Cotta #E1805C
RGB
CMYK
RGB Variations
Color information
#E1805C (or 0xE1805C) is known color: Terra Cotta. HEX triplet: E1, 80 and 5C. RGB value is (225,128,92). Sum of RGB (Red+Green+Blue) = 225+128+92=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1805C is #1E7FA3. Grayscale: #999999. Windows color (decimal): -1998756 or 6062305. OLE color: 6062305.
HSL color Cylindrical-coordinate representation of color #E1805C: hue angle of 16.24º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1805C is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 92 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.12 |
| HSL | 16.24º | 0.69% | 0.62% | - |
| HSV(B) | 16.24º | 0.59% | 0.88% | - |
| XYZ | 40.7 | 32.22 | 14.2 | - |
| YUV | 152.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 92 | 0 | 0.43 | 0.59 | 0.12 | 16.24 | 0.69 | 0.62 |
| Hex | E1 | 80 | 5C | 0 | 2B | 3B | C | 10 | 45 | 3E |
| Octal | 341 | 200 | 134 | 0 | 53 | 73 | 14 | 20 | 105 | 76 |
| Binary | 11100001 | 10000000 | 1011100 | 0 | 101011 | 111011 | 1100 | 10000 | 1000101 | 111110 |
Color Harmonies of #E1805C
Complementary color
Monochromatic Colors of #E1805C
Black with #E1805C
Text Example
Text Example
White with #E1805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1805C; }
p { color: rgb(225,128,92); }
H1.HeaderClassName
{
color: #E1805C;
}
.AnyTagClassName
{
color: #E1805C;
}
</style>
background-color css
<style>
a { background-color: #E1805C; }
a { background-color: rgb(225,128,92); }
div.DivClassName
{
background-color: #E1805C;
}
.BgClassName
{
background-color: #E1805C;
}
</style>
border-color css
<style>
span { border-color: #E1805C; }
span { border-color: rgb(225,128,92); }
td.TdClassName
{
border-color: #E1805C;
}
.TagClassName
{
border-color: #E1805C;
}
</style>