Shades of Terra Cotta #E6805D
Tints of Terra Cotta #E6805D
RGB
CMYK
RGB Variations
Color information
#E6805D (or 0xE6805D) is known color: Terra Cotta. HEX triplet: E6, 80 and 5D. RGB value is (230,128,93). Sum of RGB (Red+Green+Blue) = 230+128+93=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6805D is #197FA2. Grayscale: #9A9A9A. Windows color (decimal): -1671075 or 6127846. OLE color: 6127846.
HSL color Cylindrical-coordinate representation of color #E6805D: hue angle of 15.33º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6805D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 93 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.10 |
| HSL | 15.33º | 0.73% | 0.63% | - |
| HSV(B) | 15.33º | 0.6% | 0.9% | - |
| XYZ | 42.33 | 33.05 | 14.5 | - |
| YUV | 154.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 93 | 0 | 0.44 | 0.60 | 0.10 | 15.33 | 0.73 | 0.63 |
| Hex | E6 | 80 | 5D | 0 | 2C | 3C | A | F | 49 | 3F |
| Octal | 346 | 200 | 135 | 0 | 54 | 74 | 12 | 17 | 111 | 77 |
| Binary | 11100110 | 10000000 | 1011101 | 0 | 101100 | 111100 | 1010 | 1111 | 1001001 | 111111 |
Color Harmonies of #E6805D
Complementary color
Monochromatic Colors of #E6805D
Black with #E6805D
Text Example
Text Example
White with #E6805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6805D; }
p { color: rgb(230,128,93); }
H1.HeaderClassName
{
color: #E6805D;
}
.AnyTagClassName
{
color: #E6805D;
}
</style>
background-color css
<style>
a { background-color: #E6805D; }
a { background-color: rgb(230,128,93); }
div.DivClassName
{
background-color: #E6805D;
}
.BgClassName
{
background-color: #E6805D;
}
</style>
border-color css
<style>
span { border-color: #E6805D; }
span { border-color: rgb(230,128,93); }
td.TdClassName
{
border-color: #E6805D;
}
.TagClassName
{
border-color: #E6805D;
}
</style>