Shades of Terra Cotta #EF7A63
Tints of Terra Cotta #EF7A63
RGB
CMYK
RGB Variations
Color information
#EF7A63 (or 0xEF7A63) is known color: Terra Cotta. HEX triplet: EF, 7A and 63. RGB value is (239,122,99). Sum of RGB (Red+Green+Blue) = 239+122+99=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A63 is #10859C. Grayscale: #9A9A9A. Windows color (decimal): -1082781 or 6519535. OLE color: 6519535.
HSL color Cylindrical-coordinate representation of color #EF7A63: hue angle of 9.86º 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 #EF7A63 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 99 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.06 |
| HSL | 9.86º | 0.81% | 0.66% | - |
| HSV(B) | 9.86º | 0.59% | 0.94% | - |
| XYZ | 44.81 | 33.17 | 15.85 | - |
| YUV | 154.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 99 | 0 | 0.49 | 0.59 | 0.06 | 9.86 | 0.81 | 0.66 |
| Hex | EF | 7A | 63 | 0 | 31 | 3B | 6 | A | 51 | 42 |
| Octal | 357 | 172 | 143 | 0 | 61 | 73 | 6 | 12 | 121 | 102 |
| Binary | 11101111 | 1111010 | 1100011 | 0 | 110001 | 111011 | 110 | 1010 | 1010001 | 1000010 |
Color Harmonies of #EF7A63
Complementary color
Monochromatic Colors of #EF7A63
Black with #EF7A63
Text Example
Text Example
White with #EF7A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A63; }
p { color: rgb(239,122,99); }
H1.HeaderClassName
{
color: #EF7A63;
}
.AnyTagClassName
{
color: #EF7A63;
}
</style>
background-color css
<style>
a { background-color: #EF7A63; }
a { background-color: rgb(239,122,99); }
div.DivClassName
{
background-color: #EF7A63;
}
.BgClassName
{
background-color: #EF7A63;
}
</style>
border-color css
<style>
span { border-color: #EF7A63; }
span { border-color: rgb(239,122,99); }
td.TdClassName
{
border-color: #EF7A63;
}
.TagClassName
{
border-color: #EF7A63;
}
</style>