Shades of Terra Cotta #E06D55
Tints of Terra Cotta #E06D55
RGB
CMYK
RGB Variations
Color information
#E06D55 (or 0xE06D55) is known color: Terra Cotta. HEX triplet: E0, 6D and 55. RGB value is (224,109,85). Sum of RGB (Red+Green+Blue) = 224+109+85=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D55 is #1F92AA. Grayscale: #8C8C8C. Windows color (decimal): -2069163 or 5598688. OLE color: 5598688.
HSL color Cylindrical-coordinate representation of color #E06D55: hue angle of 10.36º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06D55 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 85 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.12 |
| HSL | 10.36º | 0.69% | 0.61% | - |
| HSV(B) | 10.36º | 0.62% | 0.88% | - |
| XYZ | 37.85 | 27.44 | 11.9 | - |
| YUV | 140.65 | 96.6 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 85 | 0 | 0.51 | 0.62 | 0.12 | 10.36 | 0.69 | 0.61 |
| Hex | E0 | 6D | 55 | 0 | 33 | 3E | C | A | 45 | 3D |
| Octal | 340 | 155 | 125 | 0 | 63 | 76 | 14 | 12 | 105 | 75 |
| Binary | 11100000 | 1101101 | 1010101 | 0 | 110011 | 111110 | 1100 | 1010 | 1000101 | 111101 |
Color Harmonies of #E06D55
Complementary color
Monochromatic Colors of #E06D55
Black with #E06D55
Text Example
Text Example
White with #E06D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D55; }
p { color: rgb(224,109,85); }
H1.HeaderClassName
{
color: #E06D55;
}
.AnyTagClassName
{
color: #E06D55;
}
</style>
background-color css
<style>
a { background-color: #E06D55; }
a { background-color: rgb(224,109,85); }
div.DivClassName
{
background-color: #E06D55;
}
.BgClassName
{
background-color: #E06D55;
}
</style>
border-color css
<style>
span { border-color: #E06D55; }
span { border-color: rgb(224,109,85); }
td.TdClassName
{
border-color: #E06D55;
}
.TagClassName
{
border-color: #E06D55;
}
</style>