Shades of Terra Cotta #E2805E
Tints of Terra Cotta #E2805E
RGB
CMYK
RGB Variations
Color information
#E2805E (or 0xE2805E) is known color: Terra Cotta. HEX triplet: E2, 80 and 5E. RGB value is (226,128,94). Sum of RGB (Red+Green+Blue) = 226+128+94=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2805E is #1D7FA1. Grayscale: #999999. Windows color (decimal): -1933218 or 6193378. OLE color: 6193378.
HSL color Cylindrical-coordinate representation of color #E2805E: hue angle of 15.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2805E is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 94 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.11 |
| HSL | 15.45º | 0.69% | 0.63% | - |
| HSV(B) | 15.45º | 0.58% | 0.89% | - |
| XYZ | 41.1 | 32.42 | 14.68 | - |
| YUV | 153.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 94 | 0 | 0.43 | 0.58 | 0.11 | 15.45 | 0.69 | 0.63 |
| Hex | E2 | 80 | 5E | 0 | 2B | 3A | B | F | 45 | 3F |
| Octal | 342 | 200 | 136 | 0 | 53 | 72 | 13 | 17 | 105 | 77 |
| Binary | 11100010 | 10000000 | 1011110 | 0 | 101011 | 111010 | 1011 | 1111 | 1000101 | 111111 |
Color Harmonies of #E2805E
Complementary color
Monochromatic Colors of #E2805E
Black with #E2805E
Text Example
Text Example
White with #E2805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2805E; }
p { color: rgb(226,128,94); }
H1.HeaderClassName
{
color: #E2805E;
}
.AnyTagClassName
{
color: #E2805E;
}
</style>
background-color css
<style>
a { background-color: #E2805E; }
a { background-color: rgb(226,128,94); }
div.DivClassName
{
background-color: #E2805E;
}
.BgClassName
{
background-color: #E2805E;
}
</style>
border-color css
<style>
span { border-color: #E2805E; }
span { border-color: rgb(226,128,94); }
td.TdClassName
{
border-color: #E2805E;
}
.TagClassName
{
border-color: #E2805E;
}
</style>