Shades of Terra Cotta #E0695B
Tints of Terra Cotta #E0695B
RGB
CMYK
RGB Variations
Color information
#E0695B (or 0xE0695B) is known color: Terra Cotta. HEX triplet: E0, 69 and 5B. RGB value is (224,105,91). Sum of RGB (Red+Green+Blue) = 224+105+91=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0695B is #1F96A4. Grayscale: #8B8B8B. Windows color (decimal): -2070181 or 5990880. OLE color: 5990880.
HSL color Cylindrical-coordinate representation of color #E0695B: hue angle of 6.32º degrees, saturation: 0.68, 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 #E0695B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 91 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.12 |
| HSL | 6.32º | 0.68% | 0.62% | - |
| HSV(B) | 6.32º | 0.59% | 0.88% | - |
| XYZ | 37.68 | 26.71 | 13.07 | - |
| YUV | 138.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 91 | 0 | 0.53 | 0.59 | 0.12 | 6.32 | 0.68 | 0.62 |
| Hex | E0 | 69 | 5B | 0 | 35 | 3B | C | 6 | 44 | 3E |
| Octal | 340 | 151 | 133 | 0 | 65 | 73 | 14 | 6 | 104 | 76 |
| Binary | 11100000 | 1101001 | 1011011 | 0 | 110101 | 111011 | 1100 | 110 | 1000100 | 111110 |
Color Harmonies of #E0695B
Complementary color
Monochromatic Colors of #E0695B
Black with #E0695B
Text Example
Text Example
White with #E0695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0695B; }
p { color: rgb(224,105,91); }
H1.HeaderClassName
{
color: #E0695B;
}
.AnyTagClassName
{
color: #E0695B;
}
</style>
background-color css
<style>
a { background-color: #E0695B; }
a { background-color: rgb(224,105,91); }
div.DivClassName
{
background-color: #E0695B;
}
.BgClassName
{
background-color: #E0695B;
}
</style>
border-color css
<style>
span { border-color: #E0695B; }
span { border-color: rgb(224,105,91); }
td.TdClassName
{
border-color: #E0695B;
}
.TagClassName
{
border-color: #E0695B;
}
</style>