Shades of Terra Cotta #E36B5F
Tints of Terra Cotta #E36B5F
RGB
CMYK
RGB Variations
Color information
#E36B5F (or 0xE36B5F) is known color: Terra Cotta. HEX triplet: E3, 6B and 5F. RGB value is (227,107,95). Sum of RGB (Red+Green+Blue) = 227+107+95=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E36B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36B5F is #1C94A0. Grayscale: #8D8D8D. Windows color (decimal): -1873057 or 6253539. OLE color: 6253539.
HSL color Cylindrical-coordinate representation of color #E36B5F: hue angle of 5.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36B5F is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 95 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.11 |
| HSL | 5.45º | 0.7% | 0.63% | - |
| HSV(B) | 5.45º | 0.58% | 0.89% | - |
| XYZ | 39 | 27.67 | 14.11 | - |
| YUV | 141.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 95 | 0 | 0.53 | 0.58 | 0.11 | 5.45 | 0.7 | 0.63 |
| Hex | E3 | 6B | 5F | 0 | 35 | 3A | B | 5 | 46 | 3F |
| Octal | 343 | 153 | 137 | 0 | 65 | 72 | 13 | 5 | 106 | 77 |
| Binary | 11100011 | 1101011 | 1011111 | 0 | 110101 | 111010 | 1011 | 101 | 1000110 | 111111 |
Color Harmonies of #E36B5F
Complementary color
Monochromatic Colors of #E36B5F
Black with #E36B5F
Text Example
Text Example
White with #E36B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36B5F; }
p { color: rgb(227,107,95); }
H1.HeaderClassName
{
color: #E36B5F;
}
.AnyTagClassName
{
color: #E36B5F;
}
</style>
background-color css
<style>
a { background-color: #E36B5F; }
a { background-color: rgb(227,107,95); }
div.DivClassName
{
background-color: #E36B5F;
}
.BgClassName
{
background-color: #E36B5F;
}
</style>
border-color css
<style>
span { border-color: #E36B5F; }
span { border-color: rgb(227,107,95); }
td.TdClassName
{
border-color: #E36B5F;
}
.TagClassName
{
border-color: #E36B5F;
}
</style>