Shades of Terra Cotta #E7805D
Tints of Terra Cotta #E7805D
RGB
CMYK
RGB Variations
Color information
#E7805D (or 0xE7805D) is known color: Terra Cotta. HEX triplet: E7, 80 and 5D. RGB value is (231,128,93). Sum of RGB (Red+Green+Blue) = 231+128+93=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7805D is #187FA2. Grayscale: #9B9B9B. Windows color (decimal): -1605539 or 6127847. OLE color: 6127847.
HSL color Cylindrical-coordinate representation of color #E7805D: hue angle of 15.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7805D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 93 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.09 |
| HSL | 15.22º | 0.74% | 0.64% | - |
| HSV(B) | 15.22º | 0.6% | 0.91% | - |
| XYZ | 42.65 | 33.22 | 14.52 | - |
| YUV | 154.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 93 | 0 | 0.45 | 0.60 | 0.09 | 15.22 | 0.74 | 0.64 |
| Hex | E7 | 80 | 5D | 0 | 2D | 3C | 9 | F | 4A | 40 |
| Octal | 347 | 200 | 135 | 0 | 55 | 74 | 11 | 17 | 112 | 100 |
| Binary | 11100111 | 10000000 | 1011101 | 0 | 101101 | 111100 | 1001 | 1111 | 1001010 | 1000000 |
Color Harmonies of #E7805D
Complementary color
Monochromatic Colors of #E7805D
Black with #E7805D
Text Example
Text Example
White with #E7805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7805D; }
p { color: rgb(231,128,93); }
H1.HeaderClassName
{
color: #E7805D;
}
.AnyTagClassName
{
color: #E7805D;
}
</style>
background-color css
<style>
a { background-color: #E7805D; }
a { background-color: rgb(231,128,93); }
div.DivClassName
{
background-color: #E7805D;
}
.BgClassName
{
background-color: #E7805D;
}
</style>
border-color css
<style>
span { border-color: #E7805D; }
span { border-color: rgb(231,128,93); }
td.TdClassName
{
border-color: #E7805D;
}
.TagClassName
{
border-color: #E7805D;
}
</style>