Shades of Terra Cotta #EF7963
Tints of Terra Cotta #EF7963
RGB
CMYK
RGB Variations
Color information
#EF7963 (or 0xEF7963) is known color: Terra Cotta. HEX triplet: EF, 79 and 63. RGB value is (239,121,99). Sum of RGB (Red+Green+Blue) = 239+121+99=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7963 is #10869C. Grayscale: #999999. Windows color (decimal): -1083037 or 6519279. OLE color: 6519279.
HSL color Cylindrical-coordinate representation of color #EF7963: hue angle of 9.43º 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 #EF7963 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 99 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.06 |
| HSL | 9.43º | 0.81% | 0.66% | - |
| HSV(B) | 9.43º | 0.59% | 0.94% | - |
| XYZ | 44.69 | 32.93 | 15.8 | - |
| YUV | 153.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 99 | 0 | 0.49 | 0.59 | 0.06 | 9.43 | 0.81 | 0.66 |
| Hex | EF | 79 | 63 | 0 | 31 | 3B | 6 | 9 | 51 | 42 |
| Octal | 357 | 171 | 143 | 0 | 61 | 73 | 6 | 11 | 121 | 102 |
| Binary | 11101111 | 1111001 | 1100011 | 0 | 110001 | 111011 | 110 | 1001 | 1010001 | 1000010 |
Color Harmonies of #EF7963
Complementary color
Monochromatic Colors of #EF7963
Black with #EF7963
Text Example
Text Example
White with #EF7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7963; }
p { color: rgb(239,121,99); }
H1.HeaderClassName
{
color: #EF7963;
}
.AnyTagClassName
{
color: #EF7963;
}
</style>
background-color css
<style>
a { background-color: #EF7963; }
a { background-color: rgb(239,121,99); }
div.DivClassName
{
background-color: #EF7963;
}
.BgClassName
{
background-color: #EF7963;
}
</style>
border-color css
<style>
span { border-color: #EF7963; }
span { border-color: rgb(239,121,99); }
td.TdClassName
{
border-color: #EF7963;
}
.TagClassName
{
border-color: #EF7963;
}
</style>