Shades of Terra Cotta #E9665E
Tints of Terra Cotta #E9665E
RGB
CMYK
RGB Variations
Color information
#E9665E (or 0xE9665E) is known color: Terra Cotta. HEX triplet: E9, 66 and 5E. RGB value is (233,102,94). Sum of RGB (Red+Green+Blue) = 233+102+94=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9665E is #1699A1. Grayscale: #8C8C8C. Windows color (decimal): -1481122 or 6186729. OLE color: 6186729.
HSL color Cylindrical-coordinate representation of color #E9665E: hue angle of 3.45º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9665E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 94 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.09 |
| HSL | 3.45º | 0.76% | 0.64% | - |
| HSV(B) | 3.45º | 0.6% | 0.91% | - |
| XYZ | 40.38 | 27.63 | 13.8 | - |
| YUV | 140.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 94 | 0 | 0.56 | 0.60 | 0.09 | 3.45 | 0.76 | 0.64 |
| Hex | E9 | 66 | 5E | 0 | 38 | 3C | 9 | 3 | 4C | 40 |
| Octal | 351 | 146 | 136 | 0 | 70 | 74 | 11 | 3 | 114 | 100 |
| Binary | 11101001 | 1100110 | 1011110 | 0 | 111000 | 111100 | 1001 | 11 | 1001100 | 1000000 |
Color Harmonies of #E9665E
Complementary color
Monochromatic Colors of #E9665E
Black with #E9665E
Text Example
Text Example
White with #E9665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9665E; }
p { color: rgb(233,102,94); }
H1.HeaderClassName
{
color: #E9665E;
}
.AnyTagClassName
{
color: #E9665E;
}
</style>
background-color css
<style>
a { background-color: #E9665E; }
a { background-color: rgb(233,102,94); }
div.DivClassName
{
background-color: #E9665E;
}
.BgClassName
{
background-color: #E9665E;
}
</style>
border-color css
<style>
span { border-color: #E9665E; }
span { border-color: rgb(233,102,94); }
td.TdClassName
{
border-color: #E9665E;
}
.TagClassName
{
border-color: #E9665E;
}
</style>