Shades of Terra Cotta #EE6958
Tints of Terra Cotta #EE6958
RGB
CMYK
RGB Variations
Color information
#EE6958 (or 0xEE6958) is known color: Terra Cotta. HEX triplet: EE, 69 and 58. RGB value is (238,105,88). Sum of RGB (Red+Green+Blue) = 238+105+88=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6958 is #1196A7. Grayscale: #8F8F8F. Windows color (decimal): -1152680 or 5794286. OLE color: 5794286.
HSL color Cylindrical-coordinate representation of color #EE6958: hue angle of 6.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE6958 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 88 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.07 |
| HSL | 6.8º | 0.82% | 0.64% | - |
| HSV(B) | 6.8º | 0.63% | 0.93% | - |
| XYZ | 42.07 | 28.98 | 12.61 | - |
| YUV | 142.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 88 | 0 | 0.56 | 0.63 | 0.07 | 6.8 | 0.82 | 0.64 |
| Hex | EE | 69 | 58 | 0 | 38 | 3F | 7 | 7 | 52 | 40 |
| Octal | 356 | 151 | 130 | 0 | 70 | 77 | 7 | 7 | 122 | 100 |
| Binary | 11101110 | 1101001 | 1011000 | 0 | 111000 | 111111 | 111 | 111 | 1010010 | 1000000 |
Color Harmonies of #EE6958
Complementary color
Monochromatic Colors of #EE6958
Black with #EE6958
Text Example
Text Example
White with #EE6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6958; }
p { color: rgb(238,105,88); }
H1.HeaderClassName
{
color: #EE6958;
}
.AnyTagClassName
{
color: #EE6958;
}
</style>
background-color css
<style>
a { background-color: #EE6958; }
a { background-color: rgb(238,105,88); }
div.DivClassName
{
background-color: #EE6958;
}
.BgClassName
{
background-color: #EE6958;
}
</style>
border-color css
<style>
span { border-color: #EE6958; }
span { border-color: rgb(238,105,88); }
td.TdClassName
{
border-color: #EE6958;
}
.TagClassName
{
border-color: #EE6958;
}
</style>