Shades of Terra Cotta #EF725F
Tints of Terra Cotta #EF725F
RGB
CMYK
RGB Variations
Color information
#EF725F (or 0xEF725F) is known color: Terra Cotta. HEX triplet: EF, 72 and 5F. RGB value is (239,114,95). Sum of RGB (Red+Green+Blue) = 239+114+95=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF725F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF725F is #108DA0. Grayscale: #959595. Windows color (decimal): -1084833 or 6255343. OLE color: 6255343.
HSL color Cylindrical-coordinate representation of color #EF725F: hue angle of 7.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF725F is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 95 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.06 |
| HSL | 7.92º | 0.82% | 0.65% | - |
| HSV(B) | 7.92º | 0.6% | 0.94% | - |
| XYZ | 43.68 | 31.21 | 14.55 | - |
| YUV | 149.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 95 | 0 | 0.52 | 0.60 | 0.06 | 7.92 | 0.82 | 0.65 |
| Hex | EF | 72 | 5F | 0 | 34 | 3C | 6 | 8 | 52 | 41 |
| Octal | 357 | 162 | 137 | 0 | 64 | 74 | 6 | 10 | 122 | 101 |
| Binary | 11101111 | 1110010 | 1011111 | 0 | 110100 | 111100 | 110 | 1000 | 1010010 | 1000001 |
Color Harmonies of #EF725F
Complementary color
Monochromatic Colors of #EF725F
Black with #EF725F
Text Example
Text Example
White with #EF725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF725F; }
p { color: rgb(239,114,95); }
H1.HeaderClassName
{
color: #EF725F;
}
.AnyTagClassName
{
color: #EF725F;
}
</style>
background-color css
<style>
a { background-color: #EF725F; }
a { background-color: rgb(239,114,95); }
div.DivClassName
{
background-color: #EF725F;
}
.BgClassName
{
background-color: #EF725F;
}
</style>
border-color css
<style>
span { border-color: #EF725F; }
span { border-color: rgb(239,114,95); }
td.TdClassName
{
border-color: #EF725F;
}
.TagClassName
{
border-color: #EF725F;
}
</style>