Shades of Terra Cotta #E9695B
Tints of Terra Cotta #E9695B
RGB
CMYK
RGB Variations
Color information
#E9695B (or 0xE9695B) is known color: Terra Cotta. HEX triplet: E9, 69 and 5B. RGB value is (233,105,91). Sum of RGB (Red+Green+Blue) = 233+105+91=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9695B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9695B is #1696A4. Grayscale: #8D8D8D. Windows color (decimal): -1480357 or 5990889. OLE color: 5990889.
HSL color Cylindrical-coordinate representation of color #E9695B: hue angle of 5.92º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9695B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 91 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.09 |
| HSL | 5.92º | 0.76% | 0.64% | - |
| HSV(B) | 5.92º | 0.61% | 0.91% | - |
| XYZ | 40.54 | 28.18 | 13.2 | - |
| YUV | 141.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 91 | 0 | 0.55 | 0.61 | 0.09 | 5.92 | 0.76 | 0.64 |
| Hex | E9 | 69 | 5B | 0 | 37 | 3D | 9 | 6 | 4C | 40 |
| Octal | 351 | 151 | 133 | 0 | 67 | 75 | 11 | 6 | 114 | 100 |
| Binary | 11101001 | 1101001 | 1011011 | 0 | 110111 | 111101 | 1001 | 110 | 1001100 | 1000000 |
Color Harmonies of #E9695B
Complementary color
Monochromatic Colors of #E9695B
Black with #E9695B
Text Example
Text Example
White with #E9695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9695B; }
p { color: rgb(233,105,91); }
H1.HeaderClassName
{
color: #E9695B;
}
.AnyTagClassName
{
color: #E9695B;
}
</style>
background-color css
<style>
a { background-color: #E9695B; }
a { background-color: rgb(233,105,91); }
div.DivClassName
{
background-color: #E9695B;
}
.BgClassName
{
background-color: #E9695B;
}
</style>
border-color css
<style>
span { border-color: #E9695B; }
span { border-color: rgb(233,105,91); }
td.TdClassName
{
border-color: #E9695B;
}
.TagClassName
{
border-color: #E9695B;
}
</style>