Shades of Terra Cotta #EE6C5C
Tints of Terra Cotta #EE6C5C
RGB
CMYK
RGB Variations
Color information
#EE6C5C (or 0xEE6C5C) is known color: Terra Cotta. HEX triplet: EE, 6C and 5C. RGB value is (238,108,92). Sum of RGB (Red+Green+Blue) = 238+108+92=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6C5C is #1193A3. Grayscale: #919191. Windows color (decimal): -1151908 or 6057198. OLE color: 6057198.
HSL color Cylindrical-coordinate representation of color #EE6C5C: hue angle of 6.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE6C5C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 92 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.07 |
| HSL | 6.58º | 0.81% | 0.65% | - |
| HSV(B) | 6.58º | 0.61% | 0.93% | - |
| XYZ | 42.55 | 29.67 | 13.61 | - |
| YUV | 145.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 92 | 0 | 0.55 | 0.61 | 0.07 | 6.58 | 0.81 | 0.65 |
| Hex | EE | 6C | 5C | 0 | 37 | 3D | 7 | 7 | 51 | 41 |
| Octal | 356 | 154 | 134 | 0 | 67 | 75 | 7 | 7 | 121 | 101 |
| Binary | 11101110 | 1101100 | 1011100 | 0 | 110111 | 111101 | 111 | 111 | 1010001 | 1000001 |
Color Harmonies of #EE6C5C
Complementary color
Monochromatic Colors of #EE6C5C
Black with #EE6C5C
Text Example
Text Example
White with #EE6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C5C; }
p { color: rgb(238,108,92); }
H1.HeaderClassName
{
color: #EE6C5C;
}
.AnyTagClassName
{
color: #EE6C5C;
}
</style>
background-color css
<style>
a { background-color: #EE6C5C; }
a { background-color: rgb(238,108,92); }
div.DivClassName
{
background-color: #EE6C5C;
}
.BgClassName
{
background-color: #EE6C5C;
}
</style>
border-color css
<style>
span { border-color: #EE6C5C; }
span { border-color: rgb(238,108,92); }
td.TdClassName
{
border-color: #EE6C5C;
}
.TagClassName
{
border-color: #EE6C5C;
}
</style>