Shades of Terra Cotta #EF6E5B
Tints of Terra Cotta #EF6E5B
RGB
CMYK
RGB Variations
Color information
#EF6E5B (or 0xEF6E5B) is known color: Terra Cotta. HEX triplet: EF, 6E and 5B. RGB value is (239,110,91). Sum of RGB (Red+Green+Blue) = 239+110+91=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6E5B is #1091A4. Grayscale: #929292. Windows color (decimal): -1085861 or 5992175. OLE color: 5992175.
HSL color Cylindrical-coordinate representation of color #EF6E5B: hue angle of 7.7º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF6E5B is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 91 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.06 |
| HSL | 7.7º | 0.82% | 0.65% | - |
| HSV(B) | 7.7º | 0.62% | 0.94% | - |
| XYZ | 43.06 | 30.26 | 13.47 | - |
| YUV | 146.41 | 96.74 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 91 | 0 | 0.54 | 0.62 | 0.06 | 7.7 | 0.82 | 0.65 |
| Hex | EF | 6E | 5B | 0 | 36 | 3E | 6 | 8 | 52 | 41 |
| Octal | 357 | 156 | 133 | 0 | 66 | 76 | 6 | 10 | 122 | 101 |
| Binary | 11101111 | 1101110 | 1011011 | 0 | 110110 | 111110 | 110 | 1000 | 1010010 | 1000001 |
Color Harmonies of #EF6E5B
Complementary color
Monochromatic Colors of #EF6E5B
Black with #EF6E5B
Text Example
Text Example
White with #EF6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6E5B; }
p { color: rgb(239,110,91); }
H1.HeaderClassName
{
color: #EF6E5B;
}
.AnyTagClassName
{
color: #EF6E5B;
}
</style>
background-color css
<style>
a { background-color: #EF6E5B; }
a { background-color: rgb(239,110,91); }
div.DivClassName
{
background-color: #EF6E5B;
}
.BgClassName
{
background-color: #EF6E5B;
}
</style>
border-color css
<style>
span { border-color: #EF6E5B; }
span { border-color: rgb(239,110,91); }
td.TdClassName
{
border-color: #EF6E5B;
}
.TagClassName
{
border-color: #EF6E5B;
}
</style>