Shades of Terra Cotta #E06B5A
Tints of Terra Cotta #E06B5A
RGB
CMYK
RGB Variations
Color information
#E06B5A (or 0xE06B5A) is known color: Terra Cotta. HEX triplet: E0, 6B and 5A. RGB value is (224,107,90). Sum of RGB (Red+Green+Blue) = 224+107+90=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B5A is #1F94A5. Grayscale: #8C8C8C. Windows color (decimal): -2069670 or 5925856. OLE color: 5925856.
HSL color Cylindrical-coordinate representation of color #E06B5A: hue angle of 7.61º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E06B5A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 90 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.12 |
| HSL | 7.61º | 0.68% | 0.62% | - |
| HSV(B) | 7.61º | 0.6% | 0.88% | - |
| XYZ | 37.84 | 27.1 | 12.91 | - |
| YUV | 140.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 90 | 0 | 0.52 | 0.60 | 0.12 | 7.61 | 0.68 | 0.62 |
| Hex | E0 | 6B | 5A | 0 | 34 | 3C | C | 8 | 44 | 3E |
| Octal | 340 | 153 | 132 | 0 | 64 | 74 | 14 | 10 | 104 | 76 |
| Binary | 11100000 | 1101011 | 1011010 | 0 | 110100 | 111100 | 1100 | 1000 | 1000100 | 111110 |
Color Harmonies of #E06B5A
Complementary color
Monochromatic Colors of #E06B5A
Black with #E06B5A
Text Example
Text Example
White with #E06B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B5A; }
p { color: rgb(224,107,90); }
H1.HeaderClassName
{
color: #E06B5A;
}
.AnyTagClassName
{
color: #E06B5A;
}
</style>
background-color css
<style>
a { background-color: #E06B5A; }
a { background-color: rgb(224,107,90); }
div.DivClassName
{
background-color: #E06B5A;
}
.BgClassName
{
background-color: #E06B5A;
}
</style>
border-color css
<style>
span { border-color: #E06B5A; }
span { border-color: rgb(224,107,90); }
td.TdClassName
{
border-color: #E06B5A;
}
.TagClassName
{
border-color: #E06B5A;
}
</style>