Shades of Terra Cotta #E07B64
Tints of Terra Cotta #E07B64
RGB
CMYK
RGB Variations
Color information
#E07B64 (or 0xE07B64) is known color: Terra Cotta. HEX triplet: E0, 7B and 64. RGB value is (224,123,100). Sum of RGB (Red+Green+Blue) = 224+123+100=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B64 is #1F849B. Grayscale: #969696. Windows color (decimal): -2065564 or 6585312. OLE color: 6585312.
HSL color Cylindrical-coordinate representation of color #E07B64: hue angle of 11.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E07B64 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 100 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.12 |
| HSL | 11.13º | 0.67% | 0.64% | - |
| HSV(B) | 11.13º | 0.55% | 0.88% | - |
| XYZ | 40.12 | 30.93 | 15.91 | - |
| YUV | 150.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 100 | 0 | 0.45 | 0.55 | 0.12 | 11.13 | 0.67 | 0.64 |
| Hex | E0 | 7B | 64 | 0 | 2D | 37 | C | B | 43 | 40 |
| Octal | 340 | 173 | 144 | 0 | 55 | 67 | 14 | 13 | 103 | 100 |
| Binary | 11100000 | 1111011 | 1100100 | 0 | 101101 | 110111 | 1100 | 1011 | 1000011 | 1000000 |
Color Harmonies of #E07B64
Complementary color
Monochromatic Colors of #E07B64
Black with #E07B64
Text Example
Text Example
White with #E07B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B64; }
p { color: rgb(224,123,100); }
H1.HeaderClassName
{
color: #E07B64;
}
.AnyTagClassName
{
color: #E07B64;
}
</style>
background-color css
<style>
a { background-color: #E07B64; }
a { background-color: rgb(224,123,100); }
div.DivClassName
{
background-color: #E07B64;
}
.BgClassName
{
background-color: #E07B64;
}
</style>
border-color css
<style>
span { border-color: #E07B64; }
span { border-color: rgb(224,123,100); }
td.TdClassName
{
border-color: #E07B64;
}
.TagClassName
{
border-color: #E07B64;
}
</style>