Shades of Terra Cotta #E46B5B
Tints of Terra Cotta #E46B5B
RGB
CMYK
RGB Variations
Color information
#E46B5B (or 0xE46B5B) is known color: Terra Cotta. HEX triplet: E4, 6B and 5B. RGB value is (228,107,91). Sum of RGB (Red+Green+Blue) = 228+107+91=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B5B is #1B94A4. Grayscale: #8D8D8D. Windows color (decimal): -1807525 or 5991396. OLE color: 5991396.
HSL color Cylindrical-coordinate representation of color #E46B5B: hue angle of 7.01º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E46B5B is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 91 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.11 |
| HSL | 7.01º | 0.72% | 0.63% | - |
| HSV(B) | 7.01º | 0.6% | 0.89% | - |
| XYZ | 39.14 | 27.76 | 13.19 | - |
| YUV | 141.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 91 | 0 | 0.53 | 0.60 | 0.11 | 7.01 | 0.72 | 0.63 |
| Hex | E4 | 6B | 5B | 0 | 35 | 3C | B | 7 | 48 | 3F |
| Octal | 344 | 153 | 133 | 0 | 65 | 74 | 13 | 7 | 110 | 77 |
| Binary | 11100100 | 1101011 | 1011011 | 0 | 110101 | 111100 | 1011 | 111 | 1001000 | 111111 |
Color Harmonies of #E46B5B
Complementary color
Monochromatic Colors of #E46B5B
Black with #E46B5B
Text Example
Text Example
White with #E46B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B5B; }
p { color: rgb(228,107,91); }
H1.HeaderClassName
{
color: #E46B5B;
}
.AnyTagClassName
{
color: #E46B5B;
}
</style>
background-color css
<style>
a { background-color: #E46B5B; }
a { background-color: rgb(228,107,91); }
div.DivClassName
{
background-color: #E46B5B;
}
.BgClassName
{
background-color: #E46B5B;
}
</style>
border-color css
<style>
span { border-color: #E46B5B; }
span { border-color: rgb(228,107,91); }
td.TdClassName
{
border-color: #E46B5B;
}
.TagClassName
{
border-color: #E46B5B;
}
</style>