Shades of Terra Cotta #EF7B61
Tints of Terra Cotta #EF7B61
RGB
CMYK
RGB Variations
Color information
#EF7B61 (or 0xEF7B61) is known color: Terra Cotta. HEX triplet: EF, 7B and 61. RGB value is (239,123,97). Sum of RGB (Red+Green+Blue) = 239+123+97=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B61 is #10849E. Grayscale: #9A9A9A. Windows color (decimal): -1082527 or 6388719. OLE color: 6388719.
HSL color Cylindrical-coordinate representation of color #EF7B61: hue angle of 10.99º degrees, saturation: 0.82, 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 #EF7B61 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 97 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.06 |
| HSL | 10.99º | 0.82% | 0.66% | - |
| HSV(B) | 10.99º | 0.59% | 0.94% | - |
| XYZ | 44.84 | 33.38 | 15.39 | - |
| YUV | 154.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 97 | 0 | 0.49 | 0.59 | 0.06 | 10.99 | 0.82 | 0.66 |
| Hex | EF | 7B | 61 | 0 | 31 | 3B | 6 | B | 52 | 42 |
| Octal | 357 | 173 | 141 | 0 | 61 | 73 | 6 | 13 | 122 | 102 |
| Binary | 11101111 | 1111011 | 1100001 | 0 | 110001 | 111011 | 110 | 1011 | 1010010 | 1000010 |
Color Harmonies of #EF7B61
Complementary color
Monochromatic Colors of #EF7B61
Black with #EF7B61
Text Example
Text Example
White with #EF7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B61; }
p { color: rgb(239,123,97); }
H1.HeaderClassName
{
color: #EF7B61;
}
.AnyTagClassName
{
color: #EF7B61;
}
</style>
background-color css
<style>
a { background-color: #EF7B61; }
a { background-color: rgb(239,123,97); }
div.DivClassName
{
background-color: #EF7B61;
}
.BgClassName
{
background-color: #EF7B61;
}
</style>
border-color css
<style>
span { border-color: #EF7B61; }
span { border-color: rgb(239,123,97); }
td.TdClassName
{
border-color: #EF7B61;
}
.TagClassName
{
border-color: #EF7B61;
}
</style>