Shades of Terra Cotta #EF7C5F
Tints of Terra Cotta #EF7C5F
RGB
CMYK
RGB Variations
Color information
#EF7C5F (or 0xEF7C5F) is known color: Terra Cotta. HEX triplet: EF, 7C and 5F. RGB value is (239,124,95). Sum of RGB (Red+Green+Blue) = 239+124+95=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C5F is #1083A0. Grayscale: #9B9B9B. Windows color (decimal): -1082273 or 6257903. OLE color: 6257903.
HSL color Cylindrical-coordinate representation of color #EF7C5F: hue angle of 12.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF7C5F is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 95 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.06 |
| HSL | 12.08º | 0.82% | 0.65% | - |
| HSV(B) | 12.08º | 0.6% | 0.94% | - |
| XYZ | 44.87 | 33.59 | 14.95 | - |
| YUV | 155.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 95 | 0 | 0.48 | 0.60 | 0.06 | 12.08 | 0.82 | 0.65 |
| Hex | EF | 7C | 5F | 0 | 30 | 3C | 6 | C | 52 | 41 |
| Octal | 357 | 174 | 137 | 0 | 60 | 74 | 6 | 14 | 122 | 101 |
| Binary | 11101111 | 1111100 | 1011111 | 0 | 110000 | 111100 | 110 | 1100 | 1010010 | 1000001 |
Color Harmonies of #EF7C5F
Complementary color
Monochromatic Colors of #EF7C5F
Black with #EF7C5F
Text Example
Text Example
White with #EF7C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C5F; }
p { color: rgb(239,124,95); }
H1.HeaderClassName
{
color: #EF7C5F;
}
.AnyTagClassName
{
color: #EF7C5F;
}
</style>
background-color css
<style>
a { background-color: #EF7C5F; }
a { background-color: rgb(239,124,95); }
div.DivClassName
{
background-color: #EF7C5F;
}
.BgClassName
{
background-color: #EF7C5F;
}
</style>
border-color css
<style>
span { border-color: #EF7C5F; }
span { border-color: rgb(239,124,95); }
td.TdClassName
{
border-color: #EF7C5F;
}
.TagClassName
{
border-color: #EF7C5F;
}
</style>