Shades of Terra Cotta #EE7764
Tints of Terra Cotta #EE7764
RGB
CMYK
RGB Variations
Color information
#EE7764 (or 0xEE7764) is known color: Terra Cotta. HEX triplet: EE, 77 and 64. RGB value is (238,119,100). Sum of RGB (Red+Green+Blue) = 238+119+100=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7764 is #11889B. Grayscale: #989898. Windows color (decimal): -1149084 or 6584302. OLE color: 6584302.
HSL color Cylindrical-coordinate representation of color #EE7764: hue angle of 8.26º 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 #EE7764 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 100 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.07 |
| HSL | 8.26º | 0.8% | 0.66% | - |
| HSV(B) | 8.26º | 0.58% | 0.93% | - |
| XYZ | 44.16 | 32.29 | 15.96 | - |
| YUV | 152.42 | 98.42 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 100 | 0 | 0.50 | 0.58 | 0.07 | 8.26 | 0.8 | 0.66 |
| Hex | EE | 77 | 64 | 0 | 32 | 3A | 7 | 8 | 50 | 42 |
| Octal | 356 | 167 | 144 | 0 | 62 | 72 | 7 | 10 | 120 | 102 |
| Binary | 11101110 | 1110111 | 1100100 | 0 | 110010 | 111010 | 111 | 1000 | 1010000 | 1000010 |
Color Harmonies of #EE7764
Complementary color
Monochromatic Colors of #EE7764
Black with #EE7764
Text Example
Text Example
White with #EE7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7764; }
p { color: rgb(238,119,100); }
H1.HeaderClassName
{
color: #EE7764;
}
.AnyTagClassName
{
color: #EE7764;
}
</style>
background-color css
<style>
a { background-color: #EE7764; }
a { background-color: rgb(238,119,100); }
div.DivClassName
{
background-color: #EE7764;
}
.BgClassName
{
background-color: #EE7764;
}
</style>
border-color css
<style>
span { border-color: #EE7764; }
span { border-color: rgb(238,119,100); }
td.TdClassName
{
border-color: #EE7764;
}
.TagClassName
{
border-color: #EE7764;
}
</style>