Shades of Terra Cotta #E67168
Tints of Terra Cotta #E67168
RGB
CMYK
RGB Variations
Color information
#E67168 (or 0xE67168) is known color: Terra Cotta. HEX triplet: E6, 71 and 68. RGB value is (230,113,104). Sum of RGB (Red+Green+Blue) = 230+113+104=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E67168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67168 is #198E97. Grayscale: #939393. Windows color (decimal): -1674904 or 6844902. OLE color: 6844902.
HSL color Cylindrical-coordinate representation of color #E67168: hue angle of 4.29º 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 #E67168 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 104 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.10 |
| HSL | 4.29º | 0.72% | 0.65% | - |
| HSV(B) | 4.29º | 0.55% | 0.9% | - |
| XYZ | 41.04 | 29.63 | 16.65 | - |
| YUV | 146.96 | 103.76 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 104 | 0 | 0.51 | 0.55 | 0.10 | 4.29 | 0.72 | 0.65 |
| Hex | E6 | 71 | 68 | 0 | 33 | 37 | A | 4 | 48 | 41 |
| Octal | 346 | 161 | 150 | 0 | 63 | 67 | 12 | 4 | 110 | 101 |
| Binary | 11100110 | 1110001 | 1101000 | 0 | 110011 | 110111 | 1010 | 100 | 1001000 | 1000001 |
Color Harmonies of #E67168
Complementary color
Monochromatic Colors of #E67168
Black with #E67168
Text Example
Text Example
White with #E67168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67168; }
p { color: rgb(230,113,104); }
H1.HeaderClassName
{
color: #E67168;
}
.AnyTagClassName
{
color: #E67168;
}
</style>
background-color css
<style>
a { background-color: #E67168; }
a { background-color: rgb(230,113,104); }
div.DivClassName
{
background-color: #E67168;
}
.BgClassName
{
background-color: #E67168;
}
</style>
border-color css
<style>
span { border-color: #E67168; }
span { border-color: rgb(230,113,104); }
td.TdClassName
{
border-color: #E67168;
}
.TagClassName
{
border-color: #E67168;
}
</style>