Shades of Terra Cotta #E67D5E
Tints of Terra Cotta #E67D5E
RGB
CMYK
RGB Variations
Color information
#E67D5E (or 0xE67D5E) is known color: Terra Cotta. HEX triplet: E6, 7D and 5E. RGB value is (230,125,94). Sum of RGB (Red+Green+Blue) = 230+125+94=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D5E is #1982A1. Grayscale: #999999. Windows color (decimal): -1671842 or 6192614. OLE color: 6192614.
HSL color Cylindrical-coordinate representation of color #E67D5E: hue angle of 13.68º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E67D5E is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 94 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.10 |
| HSL | 13.68º | 0.73% | 0.64% | - |
| HSV(B) | 13.68º | 0.59% | 0.9% | - |
| XYZ | 41.99 | 32.3 | 14.61 | - |
| YUV | 152.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 94 | 0 | 0.46 | 0.59 | 0.10 | 13.68 | 0.73 | 0.64 |
| Hex | E6 | 7D | 5E | 0 | 2E | 3B | A | E | 49 | 40 |
| Octal | 346 | 175 | 136 | 0 | 56 | 73 | 12 | 16 | 111 | 100 |
| Binary | 11100110 | 1111101 | 1011110 | 0 | 101110 | 111011 | 1010 | 1110 | 1001001 | 1000000 |
Color Harmonies of #E67D5E
Complementary color
Monochromatic Colors of #E67D5E
Black with #E67D5E
Text Example
Text Example
White with #E67D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D5E; }
p { color: rgb(230,125,94); }
H1.HeaderClassName
{
color: #E67D5E;
}
.AnyTagClassName
{
color: #E67D5E;
}
</style>
background-color css
<style>
a { background-color: #E67D5E; }
a { background-color: rgb(230,125,94); }
div.DivClassName
{
background-color: #E67D5E;
}
.BgClassName
{
background-color: #E67D5E;
}
</style>
border-color css
<style>
span { border-color: #E67D5E; }
span { border-color: rgb(230,125,94); }
td.TdClassName
{
border-color: #E67D5E;
}
.TagClassName
{
border-color: #E67D5E;
}
</style>