Shades of Terra Cotta #E67A5E
Tints of Terra Cotta #E67A5E
RGB
CMYK
RGB Variations
Color information
#E67A5E (or 0xE67A5E) is known color: Terra Cotta. HEX triplet: E6, 7A and 5E. RGB value is (230,122,94). Sum of RGB (Red+Green+Blue) = 230+122+94=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A5E is #1985A1. Grayscale: #979797. Windows color (decimal): -1672610 or 6191846. OLE color: 6191846.
HSL color Cylindrical-coordinate representation of color #E67A5E: hue angle of 12.35º 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 #E67A5E is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 94 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.10 |
| HSL | 12.35º | 0.73% | 0.64% | - |
| HSV(B) | 12.35º | 0.59% | 0.9% | - |
| XYZ | 41.61 | 31.55 | 14.49 | - |
| YUV | 151.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 94 | 0 | 0.47 | 0.59 | 0.10 | 12.35 | 0.73 | 0.64 |
| Hex | E6 | 7A | 5E | 0 | 2F | 3B | A | C | 49 | 40 |
| Octal | 346 | 172 | 136 | 0 | 57 | 73 | 12 | 14 | 111 | 100 |
| Binary | 11100110 | 1111010 | 1011110 | 0 | 101111 | 111011 | 1010 | 1100 | 1001001 | 1000000 |
Color Harmonies of #E67A5E
Complementary color
Monochromatic Colors of #E67A5E
Black with #E67A5E
Text Example
Text Example
White with #E67A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A5E; }
p { color: rgb(230,122,94); }
H1.HeaderClassName
{
color: #E67A5E;
}
.AnyTagClassName
{
color: #E67A5E;
}
</style>
background-color css
<style>
a { background-color: #E67A5E; }
a { background-color: rgb(230,122,94); }
div.DivClassName
{
background-color: #E67A5E;
}
.BgClassName
{
background-color: #E67A5E;
}
</style>
border-color css
<style>
span { border-color: #E67A5E; }
span { border-color: rgb(230,122,94); }
td.TdClassName
{
border-color: #E67A5E;
}
.TagClassName
{
border-color: #E67A5E;
}
</style>