Shades of Terra Cotta #EE7663
Tints of Terra Cotta #EE7663
RGB
CMYK
RGB Variations
Color information
#EE7663 (or 0xEE7663) is known color: Terra Cotta. HEX triplet: EE, 76 and 63. RGB value is (238,118,99). Sum of RGB (Red+Green+Blue) = 238+118+99=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7663 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7663 is #11899C. Grayscale: #979797. Windows color (decimal): -1149341 or 6518510. OLE color: 6518510.
HSL color Cylindrical-coordinate representation of color #EE7663: hue angle of 8.2º 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 #EE7663 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 99 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.07 |
| HSL | 8.2º | 0.8% | 0.66% | - |
| HSV(B) | 8.2º | 0.58% | 0.93% | - |
| XYZ | 43.99 | 32.03 | 15.67 | - |
| YUV | 151.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 99 | 0 | 0.50 | 0.58 | 0.07 | 8.2 | 0.8 | 0.66 |
| Hex | EE | 76 | 63 | 0 | 32 | 3A | 7 | 8 | 50 | 42 |
| Octal | 356 | 166 | 143 | 0 | 62 | 72 | 7 | 10 | 120 | 102 |
| Binary | 11101110 | 1110110 | 1100011 | 0 | 110010 | 111010 | 111 | 1000 | 1010000 | 1000010 |
Color Harmonies of #EE7663
Complementary color
Monochromatic Colors of #EE7663
Black with #EE7663
Text Example
Text Example
White with #EE7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7663; }
p { color: rgb(238,118,99); }
H1.HeaderClassName
{
color: #EE7663;
}
.AnyTagClassName
{
color: #EE7663;
}
</style>
background-color css
<style>
a { background-color: #EE7663; }
a { background-color: rgb(238,118,99); }
div.DivClassName
{
background-color: #EE7663;
}
.BgClassName
{
background-color: #EE7663;
}
</style>
border-color css
<style>
span { border-color: #EE7663; }
span { border-color: rgb(238,118,99); }
td.TdClassName
{
border-color: #EE7663;
}
.TagClassName
{
border-color: #EE7663;
}
</style>