Shades of Terra Cotta #EE6F5A
Tints of Terra Cotta #EE6F5A
RGB
CMYK
RGB Variations
Color information
#EE6F5A (or 0xEE6F5A) is known color: Terra Cotta. HEX triplet: EE, 6F and 5A. RGB value is (238,111,90). Sum of RGB (Red+Green+Blue) = 238+111+90=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F5A is #1190A5. Grayscale: #929292. Windows color (decimal): -1151142 or 5926894. OLE color: 5926894.
HSL color Cylindrical-coordinate representation of color #EE6F5A: hue angle of 8.51º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE6F5A is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 90 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.07 |
| HSL | 8.51º | 0.81% | 0.64% | - |
| HSV(B) | 8.51º | 0.62% | 0.93% | - |
| XYZ | 42.79 | 30.28 | 13.26 | - |
| YUV | 146.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 90 | 0 | 0.53 | 0.62 | 0.07 | 8.51 | 0.81 | 0.64 |
| Hex | EE | 6F | 5A | 0 | 35 | 3E | 7 | 9 | 51 | 40 |
| Octal | 356 | 157 | 132 | 0 | 65 | 76 | 7 | 11 | 121 | 100 |
| Binary | 11101110 | 1101111 | 1011010 | 0 | 110101 | 111110 | 111 | 1001 | 1010001 | 1000000 |
Color Harmonies of #EE6F5A
Complementary color
Monochromatic Colors of #EE6F5A
Black with #EE6F5A
Text Example
Text Example
White with #EE6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F5A; }
p { color: rgb(238,111,90); }
H1.HeaderClassName
{
color: #EE6F5A;
}
.AnyTagClassName
{
color: #EE6F5A;
}
</style>
background-color css
<style>
a { background-color: #EE6F5A; }
a { background-color: rgb(238,111,90); }
div.DivClassName
{
background-color: #EE6F5A;
}
.BgClassName
{
background-color: #EE6F5A;
}
</style>
border-color css
<style>
span { border-color: #EE6F5A; }
span { border-color: rgb(238,111,90); }
td.TdClassName
{
border-color: #EE6F5A;
}
.TagClassName
{
border-color: #EE6F5A;
}
</style>