Shades of Terra Cotta #E46B5C
Tints of Terra Cotta #E46B5C
RGB
CMYK
RGB Variations
Color information
#E46B5C (or 0xE46B5C) is known color: Terra Cotta. HEX triplet: E4, 6B and 5C. RGB value is (228,107,92). Sum of RGB (Red+Green+Blue) = 228+107+92=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B5C is #1B94A3. Grayscale: #8D8D8D. Windows color (decimal): -1807524 or 6056932. OLE color: 6056932.
HSL color Cylindrical-coordinate representation of color #E46B5C: hue angle of 6.62º 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 #E46B5C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 92 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.11 |
| HSL | 6.62º | 0.72% | 0.63% | - |
| HSV(B) | 6.62º | 0.6% | 0.89% | - |
| XYZ | 39.18 | 27.78 | 13.42 | - |
| YUV | 141.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 92 | 0 | 0.53 | 0.60 | 0.11 | 6.62 | 0.72 | 0.63 |
| Hex | E4 | 6B | 5C | 0 | 35 | 3C | B | 7 | 48 | 3F |
| Octal | 344 | 153 | 134 | 0 | 65 | 74 | 13 | 7 | 110 | 77 |
| Binary | 11100100 | 1101011 | 1011100 | 0 | 110101 | 111100 | 1011 | 111 | 1001000 | 111111 |
Color Harmonies of #E46B5C
Complementary color
Monochromatic Colors of #E46B5C
Black with #E46B5C
Text Example
Text Example
White with #E46B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B5C; }
p { color: rgb(228,107,92); }
H1.HeaderClassName
{
color: #E46B5C;
}
.AnyTagClassName
{
color: #E46B5C;
}
</style>
background-color css
<style>
a { background-color: #E46B5C; }
a { background-color: rgb(228,107,92); }
div.DivClassName
{
background-color: #E46B5C;
}
.BgClassName
{
background-color: #E46B5C;
}
</style>
border-color css
<style>
span { border-color: #E46B5C; }
span { border-color: rgb(228,107,92); }
td.TdClassName
{
border-color: #E46B5C;
}
.TagClassName
{
border-color: #E46B5C;
}
</style>