Shades of Terra Cotta #E67A62
Tints of Terra Cotta #E67A62
RGB
CMYK
RGB Variations
Color information
#E67A62 (or 0xE67A62) is known color: Terra Cotta. HEX triplet: E6, 7A and 62. RGB value is (230,122,98). Sum of RGB (Red+Green+Blue) = 230+122+98=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A62 is #19859D. Grayscale: #979797. Windows color (decimal): -1672606 or 6453990. OLE color: 6453990.
HSL color Cylindrical-coordinate representation of color #E67A62: hue angle of 10.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E67A62 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 98 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.10 |
| HSL | 10.91º | 0.73% | 0.64% | - |
| HSV(B) | 10.91º | 0.57% | 0.9% | - |
| XYZ | 41.8 | 31.62 | 15.46 | - |
| YUV | 151.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 98 | 0 | 0.47 | 0.57 | 0.10 | 10.91 | 0.73 | 0.64 |
| Hex | E6 | 7A | 62 | 0 | 2F | 39 | A | B | 49 | 40 |
| Octal | 346 | 172 | 142 | 0 | 57 | 71 | 12 | 13 | 111 | 100 |
| Binary | 11100110 | 1111010 | 1100010 | 0 | 101111 | 111001 | 1010 | 1011 | 1001001 | 1000000 |
Color Harmonies of #E67A62
Complementary color
Monochromatic Colors of #E67A62
Black with #E67A62
Text Example
Text Example
White with #E67A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A62; }
p { color: rgb(230,122,98); }
H1.HeaderClassName
{
color: #E67A62;
}
.AnyTagClassName
{
color: #E67A62;
}
</style>
background-color css
<style>
a { background-color: #E67A62; }
a { background-color: rgb(230,122,98); }
div.DivClassName
{
background-color: #E67A62;
}
.BgClassName
{
background-color: #E67A62;
}
</style>
border-color css
<style>
span { border-color: #E67A62; }
span { border-color: rgb(230,122,98); }
td.TdClassName
{
border-color: #E67A62;
}
.TagClassName
{
border-color: #E67A62;
}
</style>