Shades of Terra Cotta #E9675F
Tints of Terra Cotta #E9675F
RGB
CMYK
RGB Variations
Color information
#E9675F (or 0xE9675F) is known color: Terra Cotta. HEX triplet: E9, 67 and 5F. RGB value is (233,103,95). Sum of RGB (Red+Green+Blue) = 233+103+95=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E9675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9675F is #1698A0. Grayscale: #8D8D8D. Windows color (decimal): -1480865 or 6252521. OLE color: 6252521.
HSL color Cylindrical-coordinate representation of color #E9675F: hue angle of 3.48º 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 #E9675F is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 95 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.09 |
| HSL | 3.48º | 0.76% | 0.64% | - |
| HSV(B) | 3.48º | 0.59% | 0.91% | - |
| XYZ | 40.52 | 27.85 | 14.07 | - |
| YUV | 140.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 95 | 0 | 0.56 | 0.59 | 0.09 | 3.48 | 0.76 | 0.64 |
| Hex | E9 | 67 | 5F | 0 | 38 | 3B | 9 | 3 | 4C | 40 |
| Octal | 351 | 147 | 137 | 0 | 70 | 73 | 11 | 3 | 114 | 100 |
| Binary | 11101001 | 1100111 | 1011111 | 0 | 111000 | 111011 | 1001 | 11 | 1001100 | 1000000 |
Color Harmonies of #E9675F
Complementary color
Monochromatic Colors of #E9675F
Black with #E9675F
Text Example
Text Example
White with #E9675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9675F; }
p { color: rgb(233,103,95); }
H1.HeaderClassName
{
color: #E9675F;
}
.AnyTagClassName
{
color: #E9675F;
}
</style>
background-color css
<style>
a { background-color: #E9675F; }
a { background-color: rgb(233,103,95); }
div.DivClassName
{
background-color: #E9675F;
}
.BgClassName
{
background-color: #E9675F;
}
</style>
border-color css
<style>
span { border-color: #E9675F; }
span { border-color: rgb(233,103,95); }
td.TdClassName
{
border-color: #E9675F;
}
.TagClassName
{
border-color: #E9675F;
}
</style>