Shades of Terra Cotta #EE765E
Tints of Terra Cotta #EE765E
RGB
CMYK
RGB Variations
Color information
#EE765E (or 0xEE765E) is known color: Terra Cotta. HEX triplet: EE, 76 and 5E. RGB value is (238,118,94). Sum of RGB (Red+Green+Blue) = 238+118+94=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE765E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE765E is #1189A1. Grayscale: #979797. Windows color (decimal): -1149346 or 6190830. OLE color: 6190830.
HSL color Cylindrical-coordinate representation of color #EE765E: hue angle of 10º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE765E is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 94 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.07 |
| HSL | 10º | 0.81% | 0.65% | - |
| HSV(B) | 10º | 0.61% | 0.93% | - |
| XYZ | 43.76 | 31.94 | 14.45 | - |
| YUV | 151.14 | 95.76 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 94 | 0 | 0.50 | 0.61 | 0.07 | 10 | 0.81 | 0.65 |
| Hex | EE | 76 | 5E | 0 | 32 | 3D | 7 | A | 51 | 41 |
| Octal | 356 | 166 | 136 | 0 | 62 | 75 | 7 | 12 | 121 | 101 |
| Binary | 11101110 | 1110110 | 1011110 | 0 | 110010 | 111101 | 111 | 1010 | 1010001 | 1000001 |
Color Harmonies of #EE765E
Complementary color
Monochromatic Colors of #EE765E
Black with #EE765E
Text Example
Text Example
White with #EE765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE765E; }
p { color: rgb(238,118,94); }
H1.HeaderClassName
{
color: #EE765E;
}
.AnyTagClassName
{
color: #EE765E;
}
</style>
background-color css
<style>
a { background-color: #EE765E; }
a { background-color: rgb(238,118,94); }
div.DivClassName
{
background-color: #EE765E;
}
.BgClassName
{
background-color: #EE765E;
}
</style>
border-color css
<style>
span { border-color: #EE765E; }
span { border-color: rgb(238,118,94); }
td.TdClassName
{
border-color: #EE765E;
}
.TagClassName
{
border-color: #EE765E;
}
</style>