Shades of Terra Cotta #E8695B
Tints of Terra Cotta #E8695B
RGB
CMYK
RGB Variations
Color information
#E8695B (or 0xE8695B) is known color: Terra Cotta. HEX triplet: E8, 69 and 5B. RGB value is (232,105,91). Sum of RGB (Red+Green+Blue) = 232+105+91=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8695B is #1796A4. Grayscale: #8D8D8D. Windows color (decimal): -1545893 or 5990888. OLE color: 5990888.
HSL color Cylindrical-coordinate representation of color #E8695B: hue angle of 5.96º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8695B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 91 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.09 |
| HSL | 5.96º | 0.75% | 0.63% | - |
| HSV(B) | 5.96º | 0.61% | 0.91% | - |
| XYZ | 40.22 | 28.01 | 13.19 | - |
| YUV | 141.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 91 | 0 | 0.55 | 0.61 | 0.09 | 5.96 | 0.75 | 0.63 |
| Hex | E8 | 69 | 5B | 0 | 37 | 3D | 9 | 6 | 4B | 3F |
| Octal | 350 | 151 | 133 | 0 | 67 | 75 | 11 | 6 | 113 | 77 |
| Binary | 11101000 | 1101001 | 1011011 | 0 | 110111 | 111101 | 1001 | 110 | 1001011 | 111111 |
Color Harmonies of #E8695B
Complementary color
Monochromatic Colors of #E8695B
Black with #E8695B
Text Example
Text Example
White with #E8695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8695B; }
p { color: rgb(232,105,91); }
H1.HeaderClassName
{
color: #E8695B;
}
.AnyTagClassName
{
color: #E8695B;
}
</style>
background-color css
<style>
a { background-color: #E8695B; }
a { background-color: rgb(232,105,91); }
div.DivClassName
{
background-color: #E8695B;
}
.BgClassName
{
background-color: #E8695B;
}
</style>
border-color css
<style>
span { border-color: #E8695B; }
span { border-color: rgb(232,105,91); }
td.TdClassName
{
border-color: #E8695B;
}
.TagClassName
{
border-color: #E8695B;
}
</style>