Shades of Terra Cotta #E67256
Tints of Terra Cotta #E67256
RGB
CMYK
RGB Variations
Color information
#E67256 (or 0xE67256) is known color: Terra Cotta. HEX triplet: E6, 72 and 56. RGB value is (230,114,86). Sum of RGB (Red+Green+Blue) = 230+114+86=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E67256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67256 is #198DA9. Grayscale: #919191. Windows color (decimal): -1674666 or 5665510. OLE color: 5665510.
HSL color Cylindrical-coordinate representation of color #E67256: hue angle of 11.67º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E67256 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 86 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.10 |
| HSL | 11.67º | 0.74% | 0.62% | - |
| HSV(B) | 11.67º | 0.63% | 0.9% | - |
| XYZ | 40.33 | 29.53 | 12.38 | - |
| YUV | 145.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 86 | 0 | 0.50 | 0.63 | 0.10 | 11.67 | 0.74 | 0.62 |
| Hex | E6 | 72 | 56 | 0 | 32 | 3F | A | C | 4A | 3E |
| Octal | 346 | 162 | 126 | 0 | 62 | 77 | 12 | 14 | 112 | 76 |
| Binary | 11100110 | 1110010 | 1010110 | 0 | 110010 | 111111 | 1010 | 1100 | 1001010 | 111110 |
Color Harmonies of #E67256
Complementary color
Monochromatic Colors of #E67256
Black with #E67256
Text Example
Text Example
White with #E67256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67256; }
p { color: rgb(230,114,86); }
H1.HeaderClassName
{
color: #E67256;
}
.AnyTagClassName
{
color: #E67256;
}
</style>
background-color css
<style>
a { background-color: #E67256; }
a { background-color: rgb(230,114,86); }
div.DivClassName
{
background-color: #E67256;
}
.BgClassName
{
background-color: #E67256;
}
</style>
border-color css
<style>
span { border-color: #E67256; }
span { border-color: rgb(230,114,86); }
td.TdClassName
{
border-color: #E67256;
}
.TagClassName
{
border-color: #E67256;
}
</style>