Shades of Terra Cotta #E1695B
Tints of Terra Cotta #E1695B
RGB
CMYK
RGB Variations
Color information
#E1695B (or 0xE1695B) is known color: Terra Cotta. HEX triplet: E1, 69 and 5B. RGB value is (225,105,91). Sum of RGB (Red+Green+Blue) = 225+105+91=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1695B is #1E96A4. Grayscale: #8B8B8B. Windows color (decimal): -2004645 or 5990881. OLE color: 5990881.
HSL color Cylindrical-coordinate representation of color #E1695B: hue angle of 6.27º 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 #E1695B is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 91 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.12 |
| HSL | 6.27º | 0.69% | 0.62% | - |
| HSV(B) | 6.27º | 0.6% | 0.88% | - |
| XYZ | 37.99 | 26.87 | 13.08 | - |
| YUV | 139.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 91 | 0 | 0.53 | 0.60 | 0.12 | 6.27 | 0.69 | 0.62 |
| Hex | E1 | 69 | 5B | 0 | 35 | 3C | C | 6 | 45 | 3E |
| Octal | 341 | 151 | 133 | 0 | 65 | 74 | 14 | 6 | 105 | 76 |
| Binary | 11100001 | 1101001 | 1011011 | 0 | 110101 | 111100 | 1100 | 110 | 1000101 | 111110 |
Color Harmonies of #E1695B
Complementary color
Monochromatic Colors of #E1695B
Black with #E1695B
Text Example
Text Example
White with #E1695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1695B; }
p { color: rgb(225,105,91); }
H1.HeaderClassName
{
color: #E1695B;
}
.AnyTagClassName
{
color: #E1695B;
}
</style>
background-color css
<style>
a { background-color: #E1695B; }
a { background-color: rgb(225,105,91); }
div.DivClassName
{
background-color: #E1695B;
}
.BgClassName
{
background-color: #E1695B;
}
</style>
border-color css
<style>
span { border-color: #E1695B; }
span { border-color: rgb(225,105,91); }
td.TdClassName
{
border-color: #E1695B;
}
.TagClassName
{
border-color: #E1695B;
}
</style>