Shades of Terra Cotta #E67264
Tints of Terra Cotta #E67264
RGB
CMYK
RGB Variations
Color information
#E67264 (or 0xE67264) is known color: Terra Cotta. HEX triplet: E6, 72 and 64. RGB value is (230,114,100). Sum of RGB (Red+Green+Blue) = 230+114+100=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E67264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67264 is #198D9B. Grayscale: #939393. Windows color (decimal): -1674652 or 6583014. OLE color: 6583014.
HSL color Cylindrical-coordinate representation of color #E67264: hue angle of 6.46º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E67264 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 100 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.10 |
| HSL | 6.46º | 0.72% | 0.65% | - |
| HSV(B) | 6.46º | 0.57% | 0.9% | - |
| XYZ | 40.95 | 29.78 | 15.65 | - |
| YUV | 147.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 100 | 0 | 0.50 | 0.57 | 0.10 | 6.46 | 0.72 | 0.65 |
| Hex | E6 | 72 | 64 | 0 | 32 | 39 | A | 6 | 48 | 41 |
| Octal | 346 | 162 | 144 | 0 | 62 | 71 | 12 | 6 | 110 | 101 |
| Binary | 11100110 | 1110010 | 1100100 | 0 | 110010 | 111001 | 1010 | 110 | 1001000 | 1000001 |
Color Harmonies of #E67264
Complementary color
Monochromatic Colors of #E67264
Black with #E67264
Text Example
Text Example
White with #E67264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67264; }
p { color: rgb(230,114,100); }
H1.HeaderClassName
{
color: #E67264;
}
.AnyTagClassName
{
color: #E67264;
}
</style>
background-color css
<style>
a { background-color: #E67264; }
a { background-color: rgb(230,114,100); }
div.DivClassName
{
background-color: #E67264;
}
.BgClassName
{
background-color: #E67264;
}
</style>
border-color css
<style>
span { border-color: #E67264; }
span { border-color: rgb(230,114,100); }
td.TdClassName
{
border-color: #E67264;
}
.TagClassName
{
border-color: #E67264;
}
</style>