Shades of Terra Cotta #E06C5B
Tints of Terra Cotta #E06C5B
RGB
CMYK
RGB Variations
Color information
#E06C5B (or 0xE06C5B) is known color: Terra Cotta. HEX triplet: E0, 6C and 5B. RGB value is (224,108,91). Sum of RGB (Red+Green+Blue) = 224+108+91=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C5B is #1F93A4. Grayscale: #8C8C8C. Windows color (decimal): -2069413 or 5991648. OLE color: 5991648.
HSL color Cylindrical-coordinate representation of color #E06C5B: hue angle of 7.67º 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 #E06C5B is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 91 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.12 |
| HSL | 7.67º | 0.68% | 0.62% | - |
| HSV(B) | 7.67º | 0.59% | 0.88% | - |
| XYZ | 37.99 | 27.33 | 13.17 | - |
| YUV | 140.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 91 | 0 | 0.52 | 0.59 | 0.12 | 7.67 | 0.68 | 0.62 |
| Hex | E0 | 6C | 5B | 0 | 34 | 3B | C | 8 | 44 | 3E |
| Octal | 340 | 154 | 133 | 0 | 64 | 73 | 14 | 10 | 104 | 76 |
| Binary | 11100000 | 1101100 | 1011011 | 0 | 110100 | 111011 | 1100 | 1000 | 1000100 | 111110 |
Color Harmonies of #E06C5B
Complementary color
Monochromatic Colors of #E06C5B
Black with #E06C5B
Text Example
Text Example
White with #E06C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C5B; }
p { color: rgb(224,108,91); }
H1.HeaderClassName
{
color: #E06C5B;
}
.AnyTagClassName
{
color: #E06C5B;
}
</style>
background-color css
<style>
a { background-color: #E06C5B; }
a { background-color: rgb(224,108,91); }
div.DivClassName
{
background-color: #E06C5B;
}
.BgClassName
{
background-color: #E06C5B;
}
</style>
border-color css
<style>
span { border-color: #E06C5B; }
span { border-color: rgb(224,108,91); }
td.TdClassName
{
border-color: #E06C5B;
}
.TagClassName
{
border-color: #E06C5B;
}
</style>