Shades of Terra Cotta #E07B66
Tints of Terra Cotta #E07B66
RGB
CMYK
RGB Variations
Color information
#E07B66 (or 0xE07B66) is known color: Terra Cotta. HEX triplet: E0, 7B and 66. RGB value is (224,123,102). Sum of RGB (Red+Green+Blue) = 224+123+102=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B66 is #1F8499. Grayscale: #969696. Windows color (decimal): -2065562 or 6716384. OLE color: 6716384.
HSL color Cylindrical-coordinate representation of color #E07B66: hue angle of 10.33º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07B66 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 102 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.12 |
| HSL | 10.33º | 0.66% | 0.64% | - |
| HSV(B) | 10.33º | 0.54% | 0.88% | - |
| XYZ | 40.22 | 30.97 | 16.43 | - |
| YUV | 150.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 102 | 0 | 0.45 | 0.54 | 0.12 | 10.33 | 0.66 | 0.64 |
| Hex | E0 | 7B | 66 | 0 | 2D | 36 | C | A | 42 | 40 |
| Octal | 340 | 173 | 146 | 0 | 55 | 66 | 14 | 12 | 102 | 100 |
| Binary | 11100000 | 1111011 | 1100110 | 0 | 101101 | 110110 | 1100 | 1010 | 1000010 | 1000000 |
Color Harmonies of #E07B66
Complementary color
Monochromatic Colors of #E07B66
Black with #E07B66
Text Example
Text Example
White with #E07B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B66; }
p { color: rgb(224,123,102); }
H1.HeaderClassName
{
color: #E07B66;
}
.AnyTagClassName
{
color: #E07B66;
}
</style>
background-color css
<style>
a { background-color: #E07B66; }
a { background-color: rgb(224,123,102); }
div.DivClassName
{
background-color: #E07B66;
}
.BgClassName
{
background-color: #E07B66;
}
</style>
border-color css
<style>
span { border-color: #E07B66; }
span { border-color: rgb(224,123,102); }
td.TdClassName
{
border-color: #E07B66;
}
.TagClassName
{
border-color: #E07B66;
}
</style>