Shades of Terra Cotta #EF7761
Tints of Terra Cotta #EF7761
RGB
CMYK
RGB Variations
Color information
#EF7761 (or 0xEF7761) is known color: Terra Cotta. HEX triplet: EF, 77 and 61. RGB value is (239,119,97). Sum of RGB (Red+Green+Blue) = 239+119+97=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7761 is #10889E. Grayscale: #989898. Windows color (decimal): -1083551 or 6387695. OLE color: 6387695.
HSL color Cylindrical-coordinate representation of color #EF7761: hue angle of 9.3º 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 #EF7761 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 97 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.06 |
| HSL | 9.3º | 0.82% | 0.66% | - |
| HSV(B) | 9.3º | 0.59% | 0.94% | - |
| XYZ | 44.35 | 32.41 | 15.23 | - |
| YUV | 152.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 97 | 0 | 0.50 | 0.59 | 0.06 | 9.3 | 0.82 | 0.66 |
| Hex | EF | 77 | 61 | 0 | 32 | 3B | 6 | 9 | 52 | 42 |
| Octal | 357 | 167 | 141 | 0 | 62 | 73 | 6 | 11 | 122 | 102 |
| Binary | 11101111 | 1110111 | 1100001 | 0 | 110010 | 111011 | 110 | 1001 | 1010010 | 1000010 |
Color Harmonies of #EF7761
Complementary color
Monochromatic Colors of #EF7761
Black with #EF7761
Text Example
Text Example
White with #EF7761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7761; }
p { color: rgb(239,119,97); }
H1.HeaderClassName
{
color: #EF7761;
}
.AnyTagClassName
{
color: #EF7761;
}
</style>
background-color css
<style>
a { background-color: #EF7761; }
a { background-color: rgb(239,119,97); }
div.DivClassName
{
background-color: #EF7761;
}
.BgClassName
{
background-color: #EF7761;
}
</style>
border-color css
<style>
span { border-color: #EF7761; }
span { border-color: rgb(239,119,97); }
td.TdClassName
{
border-color: #EF7761;
}
.TagClassName
{
border-color: #EF7761;
}
</style>