Shades of Terra Cotta #EF7B60
Tints of Terra Cotta #EF7B60
RGB
CMYK
RGB Variations
Color information
#EF7B60 (or 0xEF7B60) is known color: Terra Cotta. HEX triplet: EF, 7B and 60. RGB value is (239,123,96). Sum of RGB (Red+Green+Blue) = 239+123+96=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B60 is #10849F. Grayscale: #9A9A9A. Windows color (decimal): -1082528 or 6323183. OLE color: 6323183.
HSL color Cylindrical-coordinate representation of color #EF7B60: hue angle of 11.33º 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 #EF7B60 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 96 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.06 |
| HSL | 11.33º | 0.82% | 0.66% | - |
| HSV(B) | 11.33º | 0.6% | 0.94% | - |
| XYZ | 44.79 | 33.36 | 15.14 | - |
| YUV | 154.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 96 | 0 | 0.49 | 0.60 | 0.06 | 11.33 | 0.82 | 0.66 |
| Hex | EF | 7B | 60 | 0 | 31 | 3C | 6 | B | 52 | 42 |
| Octal | 357 | 173 | 140 | 0 | 61 | 74 | 6 | 13 | 122 | 102 |
| Binary | 11101111 | 1111011 | 1100000 | 0 | 110001 | 111100 | 110 | 1011 | 1010010 | 1000010 |
Color Harmonies of #EF7B60
Complementary color
Monochromatic Colors of #EF7B60
Black with #EF7B60
Text Example
Text Example
White with #EF7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B60; }
p { color: rgb(239,123,96); }
H1.HeaderClassName
{
color: #EF7B60;
}
.AnyTagClassName
{
color: #EF7B60;
}
</style>
background-color css
<style>
a { background-color: #EF7B60; }
a { background-color: rgb(239,123,96); }
div.DivClassName
{
background-color: #EF7B60;
}
.BgClassName
{
background-color: #EF7B60;
}
</style>
border-color css
<style>
span { border-color: #EF7B60; }
span { border-color: rgb(239,123,96); }
td.TdClassName
{
border-color: #EF7B60;
}
.TagClassName
{
border-color: #EF7B60;
}
</style>