Shades of Terra Cotta #E67258
Tints of Terra Cotta #E67258
RGB
CMYK
RGB Variations
Color information
#E67258 (or 0xE67258) is known color: Terra Cotta. HEX triplet: E6, 72 and 58. RGB value is (230,114,88). Sum of RGB (Red+Green+Blue) = 230+114+88=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E67258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67258 is #198DA7. Grayscale: #919191. Windows color (decimal): -1674664 or 5796582. OLE color: 5796582.
HSL color Cylindrical-coordinate representation of color #E67258: hue angle of 10.99º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E67258 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 88 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.10 |
| HSL | 10.99º | 0.74% | 0.62% | - |
| HSV(B) | 10.99º | 0.62% | 0.9% | - |
| XYZ | 40.41 | 29.56 | 12.81 | - |
| YUV | 145.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 88 | 0 | 0.50 | 0.62 | 0.10 | 10.99 | 0.74 | 0.62 |
| Hex | E6 | 72 | 58 | 0 | 32 | 3E | A | B | 4A | 3E |
| Octal | 346 | 162 | 130 | 0 | 62 | 76 | 12 | 13 | 112 | 76 |
| Binary | 11100110 | 1110010 | 1011000 | 0 | 110010 | 111110 | 1010 | 1011 | 1001010 | 111110 |
Color Harmonies of #E67258
Complementary color
Monochromatic Colors of #E67258
Black with #E67258
Text Example
Text Example
White with #E67258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67258; }
p { color: rgb(230,114,88); }
H1.HeaderClassName
{
color: #E67258;
}
.AnyTagClassName
{
color: #E67258;
}
</style>
background-color css
<style>
a { background-color: #E67258; }
a { background-color: rgb(230,114,88); }
div.DivClassName
{
background-color: #E67258;
}
.BgClassName
{
background-color: #E67258;
}
</style>
border-color css
<style>
span { border-color: #E67258; }
span { border-color: rgb(230,114,88); }
td.TdClassName
{
border-color: #E67258;
}
.TagClassName
{
border-color: #E67258;
}
</style>