Shades of Terra Cotta #E9695F
Tints of Terra Cotta #E9695F
RGB
CMYK
RGB Variations
Color information
#E9695F (or 0xE9695F) is known color: Terra Cotta. HEX triplet: E9, 69 and 5F. RGB value is (233,105,95). Sum of RGB (Red+Green+Blue) = 233+105+95=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9695F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9695F is #1696A0. Grayscale: #8E8E8E. Windows color (decimal): -1480353 or 6253033. OLE color: 6253033.
HSL color Cylindrical-coordinate representation of color #E9695F: hue angle of 4.35º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9695F is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 95 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.09 |
| HSL | 4.35º | 0.76% | 0.64% | - |
| HSV(B) | 4.35º | 0.59% | 0.91% | - |
| XYZ | 40.72 | 28.25 | 14.13 | - |
| YUV | 142.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 95 | 0 | 0.55 | 0.59 | 0.09 | 4.35 | 0.76 | 0.64 |
| Hex | E9 | 69 | 5F | 0 | 37 | 3B | 9 | 4 | 4C | 40 |
| Octal | 351 | 151 | 137 | 0 | 67 | 73 | 11 | 4 | 114 | 100 |
| Binary | 11101001 | 1101001 | 1011111 | 0 | 110111 | 111011 | 1001 | 100 | 1001100 | 1000000 |
Color Harmonies of #E9695F
Complementary color
Monochromatic Colors of #E9695F
Black with #E9695F
Text Example
Text Example
White with #E9695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9695F; }
p { color: rgb(233,105,95); }
H1.HeaderClassName
{
color: #E9695F;
}
.AnyTagClassName
{
color: #E9695F;
}
</style>
background-color css
<style>
a { background-color: #E9695F; }
a { background-color: rgb(233,105,95); }
div.DivClassName
{
background-color: #E9695F;
}
.BgClassName
{
background-color: #E9695F;
}
</style>
border-color css
<style>
span { border-color: #E9695F; }
span { border-color: rgb(233,105,95); }
td.TdClassName
{
border-color: #E9695F;
}
.TagClassName
{
border-color: #E9695F;
}
</style>