Shades of Terra Cotta #E67D5D
Tints of Terra Cotta #E67D5D
RGB
CMYK
RGB Variations
Color information
#E67D5D (or 0xE67D5D) is known color: Terra Cotta. HEX triplet: E6, 7D and 5D. RGB value is (230,125,93). Sum of RGB (Red+Green+Blue) = 230+125+93=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D5D is #1982A2. Grayscale: #989898. Windows color (decimal): -1671843 or 6127078. OLE color: 6127078.
HSL color Cylindrical-coordinate representation of color #E67D5D: hue angle of 14.01º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E67D5D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 93 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.10 |
| HSL | 14.01º | 0.73% | 0.63% | - |
| HSV(B) | 14.01º | 0.6% | 0.9% | - |
| XYZ | 41.94 | 32.28 | 14.38 | - |
| YUV | 152.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 93 | 0 | 0.46 | 0.60 | 0.10 | 14.01 | 0.73 | 0.63 |
| Hex | E6 | 7D | 5D | 0 | 2E | 3C | A | E | 49 | 3F |
| Octal | 346 | 175 | 135 | 0 | 56 | 74 | 12 | 16 | 111 | 77 |
| Binary | 11100110 | 1111101 | 1011101 | 0 | 101110 | 111100 | 1010 | 1110 | 1001001 | 111111 |
Color Harmonies of #E67D5D
Complementary color
Monochromatic Colors of #E67D5D
Black with #E67D5D
Text Example
Text Example
White with #E67D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D5D; }
p { color: rgb(230,125,93); }
H1.HeaderClassName
{
color: #E67D5D;
}
.AnyTagClassName
{
color: #E67D5D;
}
</style>
background-color css
<style>
a { background-color: #E67D5D; }
a { background-color: rgb(230,125,93); }
div.DivClassName
{
background-color: #E67D5D;
}
.BgClassName
{
background-color: #E67D5D;
}
</style>
border-color css
<style>
span { border-color: #E67D5D; }
span { border-color: rgb(230,125,93); }
td.TdClassName
{
border-color: #E67D5D;
}
.TagClassName
{
border-color: #E67D5D;
}
</style>