Shades of Terra Cotta #EB7C5E
Tints of Terra Cotta #EB7C5E
RGB
CMYK
RGB Variations
Color information
#EB7C5E (or 0xEB7C5E) is known color: Terra Cotta. HEX triplet: EB, 7C and 5E. RGB value is (235,124,94). Sum of RGB (Red+Green+Blue) = 235+124+94=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7C5E is #1483A1. Grayscale: #9A9A9A. Windows color (decimal): -1344418 or 6192363. OLE color: 6192363.
HSL color Cylindrical-coordinate representation of color #EB7C5E: hue angle of 12.77º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB7C5E is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 94 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.08 |
| HSL | 12.77º | 0.78% | 0.65% | - |
| HSV(B) | 12.77º | 0.6% | 0.92% | - |
| XYZ | 43.49 | 32.89 | 14.65 | - |
| YUV | 153.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 94 | 0 | 0.47 | 0.6 | 0.08 | 12.77 | 0.78 | 0.65 |
| Hex | EB | 7C | 5E | 0 | 2F | 3C | 8 | D | 4E | 41 |
| Octal | 353 | 174 | 136 | 0 | 57 | 74 | 10 | 15 | 116 | 101 |
| Binary | 11101011 | 1111100 | 1011110 | 0 | 101111 | 111100 | 1000 | 1101 | 1001110 | 1000001 |
Color Harmonies of #EB7C5E
Complementary color
Monochromatic Colors of #EB7C5E
Black with #EB7C5E
Text Example
Text Example
White with #EB7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7C5E; }
p { color: rgb(235,124,94); }
H1.HeaderClassName
{
color: #EB7C5E;
}
.AnyTagClassName
{
color: #EB7C5E;
}
</style>
background-color css
<style>
a { background-color: #EB7C5E; }
a { background-color: rgb(235,124,94); }
div.DivClassName
{
background-color: #EB7C5E;
}
.BgClassName
{
background-color: #EB7C5E;
}
</style>
border-color css
<style>
span { border-color: #EB7C5E; }
span { border-color: rgb(235,124,94); }
td.TdClassName
{
border-color: #EB7C5E;
}
.TagClassName
{
border-color: #EB7C5E;
}
</style>