Shades of Terra Cotta #E07F5B
Tints of Terra Cotta #E07F5B
RGB
CMYK
RGB Variations
Color information
#E07F5B (or 0xE07F5B) is known color: Terra Cotta. HEX triplet: E0, 7F and 5B. RGB value is (224,127,91). Sum of RGB (Red+Green+Blue) = 224+127+91=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F5B is #1F80A4. Grayscale: #989898. Windows color (decimal): -2064549 or 5996512. OLE color: 5996512.
HSL color Cylindrical-coordinate representation of color #E07F5B: hue angle of 16.24º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E07F5B is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 91 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.12 |
| HSL | 16.24º | 0.68% | 0.62% | - |
| HSV(B) | 16.24º | 0.59% | 0.88% | - |
| XYZ | 40.22 | 31.78 | 13.91 | - |
| YUV | 151.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 91 | 0 | 0.43 | 0.59 | 0.12 | 16.24 | 0.68 | 0.62 |
| Hex | E0 | 7F | 5B | 0 | 2B | 3B | C | 10 | 44 | 3E |
| Octal | 340 | 177 | 133 | 0 | 53 | 73 | 14 | 20 | 104 | 76 |
| Binary | 11100000 | 1111111 | 1011011 | 0 | 101011 | 111011 | 1100 | 10000 | 1000100 | 111110 |
Color Harmonies of #E07F5B
Complementary color
Monochromatic Colors of #E07F5B
Black with #E07F5B
Text Example
Text Example
White with #E07F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F5B; }
p { color: rgb(224,127,91); }
H1.HeaderClassName
{
color: #E07F5B;
}
.AnyTagClassName
{
color: #E07F5B;
}
</style>
background-color css
<style>
a { background-color: #E07F5B; }
a { background-color: rgb(224,127,91); }
div.DivClassName
{
background-color: #E07F5B;
}
.BgClassName
{
background-color: #E07F5B;
}
</style>
border-color css
<style>
span { border-color: #E07F5B; }
span { border-color: rgb(224,127,91); }
td.TdClassName
{
border-color: #E07F5B;
}
.TagClassName
{
border-color: #E07F5B;
}
</style>