Shades of Terra Cotta #EF7760
Tints of Terra Cotta #EF7760
RGB
CMYK
RGB Variations
Color information
#EF7760 (or 0xEF7760) is known color: Terra Cotta. HEX triplet: EF, 77 and 60. RGB value is (239,119,96). Sum of RGB (Red+Green+Blue) = 239+119+96=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7760 is #10889F. Grayscale: #989898. Windows color (decimal): -1083552 or 6322159. OLE color: 6322159.
HSL color Cylindrical-coordinate representation of color #EF7760: hue angle of 9.65º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF7760 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 96 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.06 |
| HSL | 9.65º | 0.82% | 0.66% | - |
| HSV(B) | 9.65º | 0.6% | 0.94% | - |
| XYZ | 44.3 | 32.39 | 14.98 | - |
| YUV | 152.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 96 | 0 | 0.50 | 0.60 | 0.06 | 9.65 | 0.82 | 0.66 |
| Hex | EF | 77 | 60 | 0 | 32 | 3C | 6 | A | 52 | 42 |
| Octal | 357 | 167 | 140 | 0 | 62 | 74 | 6 | 12 | 122 | 102 |
| Binary | 11101111 | 1110111 | 1100000 | 0 | 110010 | 111100 | 110 | 1010 | 1010010 | 1000010 |
Color Harmonies of #EF7760
Complementary color
Monochromatic Colors of #EF7760
Black with #EF7760
Text Example
Text Example
White with #EF7760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7760; }
p { color: rgb(239,119,96); }
H1.HeaderClassName
{
color: #EF7760;
}
.AnyTagClassName
{
color: #EF7760;
}
</style>
background-color css
<style>
a { background-color: #EF7760; }
a { background-color: rgb(239,119,96); }
div.DivClassName
{
background-color: #EF7760;
}
.BgClassName
{
background-color: #EF7760;
}
</style>
border-color css
<style>
span { border-color: #EF7760; }
span { border-color: rgb(239,119,96); }
td.TdClassName
{
border-color: #EF7760;
}
.TagClassName
{
border-color: #EF7760;
}
</style>