Shades of Terra Cotta #E9665C
Tints of Terra Cotta #E9665C
RGB
CMYK
RGB Variations
Color information
#E9665C (or 0xE9665C) is known color: Terra Cotta. HEX triplet: E9, 66 and 5C. RGB value is (233,102,92). Sum of RGB (Red+Green+Blue) = 233+102+92=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E9665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9665C is #1699A3. Grayscale: #8C8C8C. Windows color (decimal): -1481124 or 6055657. OLE color: 6055657.
HSL color Cylindrical-coordinate representation of color #E9665C: hue angle of 4.26º 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 #E9665C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 92 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.09 |
| HSL | 4.26º | 0.76% | 0.64% | - |
| HSV(B) | 4.26º | 0.61% | 0.91% | - |
| XYZ | 40.29 | 27.6 | 13.33 | - |
| YUV | 140.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 92 | 0 | 0.56 | 0.61 | 0.09 | 4.26 | 0.76 | 0.64 |
| Hex | E9 | 66 | 5C | 0 | 38 | 3D | 9 | 4 | 4C | 40 |
| Octal | 351 | 146 | 134 | 0 | 70 | 75 | 11 | 4 | 114 | 100 |
| Binary | 11101001 | 1100110 | 1011100 | 0 | 111000 | 111101 | 1001 | 100 | 1001100 | 1000000 |
Color Harmonies of #E9665C
Complementary color
Monochromatic Colors of #E9665C
Black with #E9665C
Text Example
Text Example
White with #E9665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9665C; }
p { color: rgb(233,102,92); }
H1.HeaderClassName
{
color: #E9665C;
}
.AnyTagClassName
{
color: #E9665C;
}
</style>
background-color css
<style>
a { background-color: #E9665C; }
a { background-color: rgb(233,102,92); }
div.DivClassName
{
background-color: #E9665C;
}
.BgClassName
{
background-color: #E9665C;
}
</style>
border-color css
<style>
span { border-color: #E9665C; }
span { border-color: rgb(233,102,92); }
td.TdClassName
{
border-color: #E9665C;
}
.TagClassName
{
border-color: #E9665C;
}
</style>