Shades of Terra Cotta #E6745B
Tints of Terra Cotta #E6745B
RGB
CMYK
RGB Variations
Color information
#E6745B (or 0xE6745B) is known color: Terra Cotta. HEX triplet: E6, 74 and 5B. RGB value is (230,116,91). Sum of RGB (Red+Green+Blue) = 230+116+91=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6745B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6745B is #198BA4. Grayscale: #939393. Windows color (decimal): -1674149 or 5993702. OLE color: 5993702.
HSL color Cylindrical-coordinate representation of color #E6745B: hue angle of 10.79º 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 #E6745B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 91 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.10 |
| HSL | 10.79º | 0.74% | 0.63% | - |
| HSV(B) | 10.79º | 0.6% | 0.9% | - |
| XYZ | 40.77 | 30.07 | 13.55 | - |
| YUV | 147.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 91 | 0 | 0.50 | 0.60 | 0.10 | 10.79 | 0.74 | 0.63 |
| Hex | E6 | 74 | 5B | 0 | 32 | 3C | A | B | 4A | 3F |
| Octal | 346 | 164 | 133 | 0 | 62 | 74 | 12 | 13 | 112 | 77 |
| Binary | 11100110 | 1110100 | 1011011 | 0 | 110010 | 111100 | 1010 | 1011 | 1001010 | 111111 |
Color Harmonies of #E6745B
Complementary color
Monochromatic Colors of #E6745B
Black with #E6745B
Text Example
Text Example
White with #E6745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6745B; }
p { color: rgb(230,116,91); }
H1.HeaderClassName
{
color: #E6745B;
}
.AnyTagClassName
{
color: #E6745B;
}
</style>
background-color css
<style>
a { background-color: #E6745B; }
a { background-color: rgb(230,116,91); }
div.DivClassName
{
background-color: #E6745B;
}
.BgClassName
{
background-color: #E6745B;
}
</style>
border-color css
<style>
span { border-color: #E6745B; }
span { border-color: rgb(230,116,91); }
td.TdClassName
{
border-color: #E6745B;
}
.TagClassName
{
border-color: #E6745B;
}
</style>