Shades of Terra Cotta #EF7B64
Tints of Terra Cotta #EF7B64
RGB
CMYK
RGB Variations
Color information
#EF7B64 (or 0xEF7B64) is known color: Terra Cotta. HEX triplet: EF, 7B and 64. RGB value is (239,123,100). Sum of RGB (Red+Green+Blue) = 239+123+100=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B64 is #10849B. Grayscale: #9B9B9B. Windows color (decimal): -1082524 or 6585327. OLE color: 6585327.
HSL color Cylindrical-coordinate representation of color #EF7B64: hue angle of 9.93º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7B64 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 100 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.06 |
| HSL | 9.93º | 0.81% | 0.66% | - |
| HSV(B) | 9.93º | 0.58% | 0.94% | - |
| XYZ | 44.98 | 33.44 | 16.14 | - |
| YUV | 155.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 100 | 0 | 0.49 | 0.58 | 0.06 | 9.93 | 0.81 | 0.66 |
| Hex | EF | 7B | 64 | 0 | 31 | 3A | 6 | A | 51 | 42 |
| Octal | 357 | 173 | 144 | 0 | 61 | 72 | 6 | 12 | 121 | 102 |
| Binary | 11101111 | 1111011 | 1100100 | 0 | 110001 | 111010 | 110 | 1010 | 1010001 | 1000010 |
Color Harmonies of #EF7B64
Complementary color
Monochromatic Colors of #EF7B64
Black with #EF7B64
Text Example
Text Example
White with #EF7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B64; }
p { color: rgb(239,123,100); }
H1.HeaderClassName
{
color: #EF7B64;
}
.AnyTagClassName
{
color: #EF7B64;
}
</style>
background-color css
<style>
a { background-color: #EF7B64; }
a { background-color: rgb(239,123,100); }
div.DivClassName
{
background-color: #EF7B64;
}
.BgClassName
{
background-color: #EF7B64;
}
</style>
border-color css
<style>
span { border-color: #EF7B64; }
span { border-color: rgb(239,123,100); }
td.TdClassName
{
border-color: #EF7B64;
}
.TagClassName
{
border-color: #EF7B64;
}
</style>