Shades of Terra Cotta #EE7565
Tints of Terra Cotta #EE7565
RGB
CMYK
RGB Variations
Color information
#EE7565 (or 0xEE7565) is known color: Terra Cotta. HEX triplet: EE, 75 and 65. RGB value is (238,117,101). Sum of RGB (Red+Green+Blue) = 238+117+101=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7565 is #118A9A. Grayscale: #979797. Windows color (decimal): -1149595 or 6649326. OLE color: 6649326.
HSL color Cylindrical-coordinate representation of color #EE7565: hue angle of 7.01º 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 #EE7565 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 101 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.07 |
| HSL | 7.01º | 0.8% | 0.66% | - |
| HSV(B) | 7.01º | 0.58% | 0.93% | - |
| XYZ | 43.97 | 31.84 | 16.14 | - |
| YUV | 151.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 101 | 0 | 0.51 | 0.58 | 0.07 | 7.01 | 0.8 | 0.66 |
| Hex | EE | 75 | 65 | 0 | 33 | 3A | 7 | 7 | 50 | 42 |
| Octal | 356 | 165 | 145 | 0 | 63 | 72 | 7 | 7 | 120 | 102 |
| Binary | 11101110 | 1110101 | 1100101 | 0 | 110011 | 111010 | 111 | 111 | 1010000 | 1000010 |
Color Harmonies of #EE7565
Complementary color
Monochromatic Colors of #EE7565
Black with #EE7565
Text Example
Text Example
White with #EE7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7565; }
p { color: rgb(238,117,101); }
H1.HeaderClassName
{
color: #EE7565;
}
.AnyTagClassName
{
color: #EE7565;
}
</style>
background-color css
<style>
a { background-color: #EE7565; }
a { background-color: rgb(238,117,101); }
div.DivClassName
{
background-color: #EE7565;
}
.BgClassName
{
background-color: #EE7565;
}
</style>
border-color css
<style>
span { border-color: #EE7565; }
span { border-color: rgb(238,117,101); }
td.TdClassName
{
border-color: #EE7565;
}
.TagClassName
{
border-color: #EE7565;
}
</style>