Shades of Terra Cotta #E67F5D
Tints of Terra Cotta #E67F5D
RGB
CMYK
RGB Variations
Color information
#E67F5D (or 0xE67F5D) is known color: Terra Cotta. HEX triplet: E6, 7F and 5D. RGB value is (230,127,93). Sum of RGB (Red+Green+Blue) = 230+127+93=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67F5D is #1980A2. Grayscale: #9A9A9A. Windows color (decimal): -1671331 or 6127590. OLE color: 6127590.
HSL color Cylindrical-coordinate representation of color #E67F5D: hue angle of 14.89º 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 #E67F5D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 93 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.10 |
| HSL | 14.89º | 0.73% | 0.63% | - |
| HSV(B) | 14.89º | 0.6% | 0.9% | - |
| XYZ | 42.2 | 32.79 | 14.46 | - |
| YUV | 153.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 93 | 0 | 0.45 | 0.60 | 0.10 | 14.89 | 0.73 | 0.63 |
| Hex | E6 | 7F | 5D | 0 | 2D | 3C | A | F | 49 | 3F |
| Octal | 346 | 177 | 135 | 0 | 55 | 74 | 12 | 17 | 111 | 77 |
| Binary | 11100110 | 1111111 | 1011101 | 0 | 101101 | 111100 | 1010 | 1111 | 1001001 | 111111 |
Color Harmonies of #E67F5D
Complementary color
Monochromatic Colors of #E67F5D
Black with #E67F5D
Text Example
Text Example
White with #E67F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F5D; }
p { color: rgb(230,127,93); }
H1.HeaderClassName
{
color: #E67F5D;
}
.AnyTagClassName
{
color: #E67F5D;
}
</style>
background-color css
<style>
a { background-color: #E67F5D; }
a { background-color: rgb(230,127,93); }
div.DivClassName
{
background-color: #E67F5D;
}
.BgClassName
{
background-color: #E67F5D;
}
</style>
border-color css
<style>
span { border-color: #E67F5D; }
span { border-color: rgb(230,127,93); }
td.TdClassName
{
border-color: #E67F5D;
}
.TagClassName
{
border-color: #E67F5D;
}
</style>