Shades of Terra Cotta #E67A67
Tints of Terra Cotta #E67A67
RGB
CMYK
RGB Variations
Color information
#E67A67 (or 0xE67A67) is known color: Terra Cotta. HEX triplet: E6, 7A and 67. RGB value is (230,122,103). Sum of RGB (Red+Green+Blue) = 230+122+103=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A67 is #198598. Grayscale: #989898. Windows color (decimal): -1672601 or 6781670. OLE color: 6781670.
HSL color Cylindrical-coordinate representation of color #E67A67: hue angle of 8.98º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E67A67 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 103 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.10 |
| HSL | 8.98º | 0.72% | 0.65% | - |
| HSV(B) | 8.98º | 0.55% | 0.9% | - |
| XYZ | 42.04 | 31.72 | 16.74 | - |
| YUV | 152.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 103 | 0 | 0.47 | 0.55 | 0.10 | 8.98 | 0.72 | 0.65 |
| Hex | E6 | 7A | 67 | 0 | 2F | 37 | A | 9 | 48 | 41 |
| Octal | 346 | 172 | 147 | 0 | 57 | 67 | 12 | 11 | 110 | 101 |
| Binary | 11100110 | 1111010 | 1100111 | 0 | 101111 | 110111 | 1010 | 1001 | 1001000 | 1000001 |
Color Harmonies of #E67A67
Complementary color
Monochromatic Colors of #E67A67
Black with #E67A67
Text Example
Text Example
White with #E67A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A67; }
p { color: rgb(230,122,103); }
H1.HeaderClassName
{
color: #E67A67;
}
.AnyTagClassName
{
color: #E67A67;
}
</style>
background-color css
<style>
a { background-color: #E67A67; }
a { background-color: rgb(230,122,103); }
div.DivClassName
{
background-color: #E67A67;
}
.BgClassName
{
background-color: #E67A67;
}
</style>
border-color css
<style>
span { border-color: #E67A67; }
span { border-color: rgb(230,122,103); }
td.TdClassName
{
border-color: #E67A67;
}
.TagClassName
{
border-color: #E67A67;
}
</style>