Shades of Terra Cotta #EF7C63
Tints of Terra Cotta #EF7C63
RGB
CMYK
RGB Variations
Color information
#EF7C63 (or 0xEF7C63) is known color: Terra Cotta. HEX triplet: EF, 7C and 63. RGB value is (239,124,99). Sum of RGB (Red+Green+Blue) = 239+124+99=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C63 is #10839C. Grayscale: #9B9B9B. Windows color (decimal): -1082269 or 6520047. OLE color: 6520047.
HSL color Cylindrical-coordinate representation of color #EF7C63: hue angle of 10.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF7C63 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 99 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.06 |
| HSL | 10.71º | 0.81% | 0.66% | - |
| HSV(B) | 10.71º | 0.59% | 0.94% | - |
| XYZ | 45.06 | 33.67 | 15.93 | - |
| YUV | 155.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 99 | 0 | 0.48 | 0.59 | 0.06 | 10.71 | 0.81 | 0.66 |
| Hex | EF | 7C | 63 | 0 | 30 | 3B | 6 | B | 51 | 42 |
| Octal | 357 | 174 | 143 | 0 | 60 | 73 | 6 | 13 | 121 | 102 |
| Binary | 11101111 | 1111100 | 1100011 | 0 | 110000 | 111011 | 110 | 1011 | 1010001 | 1000010 |
Color Harmonies of #EF7C63
Complementary color
Monochromatic Colors of #EF7C63
Black with #EF7C63
Text Example
Text Example
White with #EF7C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C63; }
p { color: rgb(239,124,99); }
H1.HeaderClassName
{
color: #EF7C63;
}
.AnyTagClassName
{
color: #EF7C63;
}
</style>
background-color css
<style>
a { background-color: #EF7C63; }
a { background-color: rgb(239,124,99); }
div.DivClassName
{
background-color: #EF7C63;
}
.BgClassName
{
background-color: #EF7C63;
}
</style>
border-color css
<style>
span { border-color: #EF7C63; }
span { border-color: rgb(239,124,99); }
td.TdClassName
{
border-color: #EF7C63;
}
.TagClassName
{
border-color: #EF7C63;
}
</style>