Shades of Terra Cotta #E67F5E
Tints of Terra Cotta #E67F5E
RGB
CMYK
RGB Variations
Color information
#E67F5E (or 0xE67F5E) is known color: Terra Cotta. HEX triplet: E6, 7F and 5E. RGB value is (230,127,94). Sum of RGB (Red+Green+Blue) = 230+127+94=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67F5E is #1980A1. Grayscale: #9A9A9A. Windows color (decimal): -1671330 or 6193126. OLE color: 6193126.
HSL color Cylindrical-coordinate representation of color #E67F5E: hue angle of 14.56º 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 #E67F5E is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 94 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.10 |
| HSL | 14.56º | 0.73% | 0.64% | - |
| HSV(B) | 14.56º | 0.59% | 0.9% | - |
| XYZ | 42.24 | 32.81 | 14.7 | - |
| YUV | 154.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 94 | 0 | 0.45 | 0.59 | 0.10 | 14.56 | 0.73 | 0.64 |
| Hex | E6 | 7F | 5E | 0 | 2D | 3B | A | F | 49 | 40 |
| Octal | 346 | 177 | 136 | 0 | 55 | 73 | 12 | 17 | 111 | 100 |
| Binary | 11100110 | 1111111 | 1011110 | 0 | 101101 | 111011 | 1010 | 1111 | 1001001 | 1000000 |
Color Harmonies of #E67F5E
Complementary color
Monochromatic Colors of #E67F5E
Black with #E67F5E
Text Example
Text Example
White with #E67F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F5E; }
p { color: rgb(230,127,94); }
H1.HeaderClassName
{
color: #E67F5E;
}
.AnyTagClassName
{
color: #E67F5E;
}
</style>
background-color css
<style>
a { background-color: #E67F5E; }
a { background-color: rgb(230,127,94); }
div.DivClassName
{
background-color: #E67F5E;
}
.BgClassName
{
background-color: #E67F5E;
}
</style>
border-color css
<style>
span { border-color: #E67F5E; }
span { border-color: rgb(230,127,94); }
td.TdClassName
{
border-color: #E67F5E;
}
.TagClassName
{
border-color: #E67F5E;
}
</style>