Shades of Terra Cotta #E07B5F
Tints of Terra Cotta #E07B5F
RGB
CMYK
RGB Variations
Color information
#E07B5F (or 0xE07B5F) is known color: Terra Cotta. HEX triplet: E0, 7B and 5F. RGB value is (224,123,95). Sum of RGB (Red+Green+Blue) = 224+123+95=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B5F is #1F84A0. Grayscale: #969696. Windows color (decimal): -2065569 or 6257632. OLE color: 6257632.
HSL color Cylindrical-coordinate representation of color #E07B5F: hue angle of 13.02º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E07B5F is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 95 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.12 |
| HSL | 13.02º | 0.68% | 0.63% | - |
| HSV(B) | 13.02º | 0.58% | 0.88% | - |
| XYZ | 39.89 | 30.84 | 14.68 | - |
| YUV | 150.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 95 | 0 | 0.45 | 0.58 | 0.12 | 13.02 | 0.68 | 0.63 |
| Hex | E0 | 7B | 5F | 0 | 2D | 3A | C | D | 44 | 3F |
| Octal | 340 | 173 | 137 | 0 | 55 | 72 | 14 | 15 | 104 | 77 |
| Binary | 11100000 | 1111011 | 1011111 | 0 | 101101 | 111010 | 1100 | 1101 | 1000100 | 111111 |
Color Harmonies of #E07B5F
Complementary color
Monochromatic Colors of #E07B5F
Black with #E07B5F
Text Example
Text Example
White with #E07B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B5F; }
p { color: rgb(224,123,95); }
H1.HeaderClassName
{
color: #E07B5F;
}
.AnyTagClassName
{
color: #E07B5F;
}
</style>
background-color css
<style>
a { background-color: #E07B5F; }
a { background-color: rgb(224,123,95); }
div.DivClassName
{
background-color: #E07B5F;
}
.BgClassName
{
background-color: #E07B5F;
}
</style>
border-color css
<style>
span { border-color: #E07B5F; }
span { border-color: rgb(224,123,95); }
td.TdClassName
{
border-color: #E07B5F;
}
.TagClassName
{
border-color: #E07B5F;
}
</style>