Shades of Terra Cotta #E9765C
Tints of Terra Cotta #E9765C
RGB
CMYK
RGB Variations
Color information
#E9765C (or 0xE9765C) is known color: Terra Cotta. HEX triplet: E9, 76 and 5C. RGB value is (233,118,92). Sum of RGB (Red+Green+Blue) = 233+118+92=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9765C is #1689A3. Grayscale: #959595. Windows color (decimal): -1477028 or 6059753. OLE color: 6059753.
HSL color Cylindrical-coordinate representation of color #E9765C: hue angle of 11.06º 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 #E9765C is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 92 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.09 |
| HSL | 11.06º | 0.76% | 0.64% | - |
| HSV(B) | 11.06º | 0.61% | 0.91% | - |
| XYZ | 42.01 | 31.05 | 13.9 | - |
| YUV | 149.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 92 | 0 | 0.49 | 0.61 | 0.09 | 11.06 | 0.76 | 0.64 |
| Hex | E9 | 76 | 5C | 0 | 31 | 3D | 9 | B | 4C | 40 |
| Octal | 351 | 166 | 134 | 0 | 61 | 75 | 11 | 13 | 114 | 100 |
| Binary | 11101001 | 1110110 | 1011100 | 0 | 110001 | 111101 | 1001 | 1011 | 1001100 | 1000000 |
Color Harmonies of #E9765C
Complementary color
Monochromatic Colors of #E9765C
Black with #E9765C
Text Example
Text Example
White with #E9765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9765C; }
p { color: rgb(233,118,92); }
H1.HeaderClassName
{
color: #E9765C;
}
.AnyTagClassName
{
color: #E9765C;
}
</style>
background-color css
<style>
a { background-color: #E9765C; }
a { background-color: rgb(233,118,92); }
div.DivClassName
{
background-color: #E9765C;
}
.BgClassName
{
background-color: #E9765C;
}
</style>
border-color css
<style>
span { border-color: #E9765C; }
span { border-color: rgb(233,118,92); }
td.TdClassName
{
border-color: #E9765C;
}
.TagClassName
{
border-color: #E9765C;
}
</style>