Shades of Terra Cotta #EE7665
Tints of Terra Cotta #EE7665
RGB
CMYK
RGB Variations
Color information
#EE7665 (or 0xEE7665) is known color: Terra Cotta. HEX triplet: EE, 76 and 65. RGB value is (238,118,101). Sum of RGB (Red+Green+Blue) = 238+118+101=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7665 is #11899A. Grayscale: #989898. Windows color (decimal): -1149339 or 6649582. OLE color: 6649582.
HSL color Cylindrical-coordinate representation of color #EE7665: hue angle of 7.45º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE7665 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 101 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.07 |
| HSL | 7.45º | 0.8% | 0.66% | - |
| HSV(B) | 7.45º | 0.58% | 0.93% | - |
| XYZ | 44.09 | 32.07 | 16.18 | - |
| YUV | 151.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 101 | 0 | 0.50 | 0.58 | 0.07 | 7.45 | 0.8 | 0.66 |
| Hex | EE | 76 | 65 | 0 | 32 | 3A | 7 | 7 | 50 | 42 |
| Octal | 356 | 166 | 145 | 0 | 62 | 72 | 7 | 7 | 120 | 102 |
| Binary | 11101110 | 1110110 | 1100101 | 0 | 110010 | 111010 | 111 | 111 | 1010000 | 1000010 |
Color Harmonies of #EE7665
Complementary color
Monochromatic Colors of #EE7665
Black with #EE7665
Text Example
Text Example
White with #EE7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7665; }
p { color: rgb(238,118,101); }
H1.HeaderClassName
{
color: #EE7665;
}
.AnyTagClassName
{
color: #EE7665;
}
</style>
background-color css
<style>
a { background-color: #EE7665; }
a { background-color: rgb(238,118,101); }
div.DivClassName
{
background-color: #EE7665;
}
.BgClassName
{
background-color: #EE7665;
}
</style>
border-color css
<style>
span { border-color: #EE7665; }
span { border-color: rgb(238,118,101); }
td.TdClassName
{
border-color: #EE7665;
}
.TagClassName
{
border-color: #EE7665;
}
</style>