Shades of Terra Cotta #E6715B
Tints of Terra Cotta #E6715B
RGB
CMYK
RGB Variations
Color information
#E6715B (or 0xE6715B) is known color: Terra Cotta. HEX triplet: E6, 71 and 5B. RGB value is (230,113,91). Sum of RGB (Red+Green+Blue) = 230+113+91=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6715B is #198EA4. Grayscale: #919191. Windows color (decimal): -1674917 or 5992934. OLE color: 5992934.
HSL color Cylindrical-coordinate representation of color #E6715B: hue angle of 9.5º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6715B is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 91 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.10 |
| HSL | 9.5º | 0.74% | 0.63% | - |
| HSV(B) | 9.5º | 0.6% | 0.9% | - |
| XYZ | 40.43 | 29.39 | 13.44 | - |
| YUV | 145.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 91 | 0 | 0.51 | 0.60 | 0.10 | 9.5 | 0.74 | 0.63 |
| Hex | E6 | 71 | 5B | 0 | 33 | 3C | A | 9 | 4A | 3F |
| Octal | 346 | 161 | 133 | 0 | 63 | 74 | 12 | 11 | 112 | 77 |
| Binary | 11100110 | 1110001 | 1011011 | 0 | 110011 | 111100 | 1010 | 1001 | 1001010 | 111111 |
Color Harmonies of #E6715B
Complementary color
Monochromatic Colors of #E6715B
Black with #E6715B
Text Example
Text Example
White with #E6715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6715B; }
p { color: rgb(230,113,91); }
H1.HeaderClassName
{
color: #E6715B;
}
.AnyTagClassName
{
color: #E6715B;
}
</style>
background-color css
<style>
a { background-color: #E6715B; }
a { background-color: rgb(230,113,91); }
div.DivClassName
{
background-color: #E6715B;
}
.BgClassName
{
background-color: #E6715B;
}
</style>
border-color css
<style>
span { border-color: #E6715B; }
span { border-color: rgb(230,113,91); }
td.TdClassName
{
border-color: #E6715B;
}
.TagClassName
{
border-color: #E6715B;
}
</style>