Shades of Sorbus #E76A3A
Tints of Sorbus #E76A3A
RGB
CMYK
RGB Variations
Color information
#E76A3A (or 0xE76A3A) is known color: Sorbus. HEX triplet: E7, 6A and 3A. RGB value is (231,106,58). Sum of RGB (Red+Green+Blue) = 231+106+58=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76A3A is #1895C5. Grayscale: #8A8A8A. Windows color (decimal): -1611206 or 3828455. OLE color: 3828455.
HSL color Cylindrical-coordinate representation of color #E76A3A: hue angle of 16.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E76A3A is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 58 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.09 |
| HSL | 16.65º | 0.78% | 0.57% | - |
| HSV(B) | 16.65º | 0.75% | 0.91% | - |
| XYZ | 38.87 | 27.6 | 7.28 | - |
| YUV | 137.9 | 82.91 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 58 | 0 | 0.54 | 0.75 | 0.09 | 16.65 | 0.78 | 0.57 |
| Hex | E7 | 6A | 3A | 0 | 36 | 4B | 9 | 11 | 4E | 39 |
| Octal | 347 | 152 | 72 | 0 | 66 | 113 | 11 | 21 | 116 | 71 |
| Binary | 11100111 | 1101010 | 111010 | 0 | 110110 | 1001011 | 1001 | 10001 | 1001110 | 111001 |
Color Harmonies of #E76A3A
Complementary color
Monochromatic Colors of #E76A3A
Black with #E76A3A
Text Example
Text Example
White with #E76A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A3A; }
p { color: rgb(231,106,58); }
H1.HeaderClassName
{
color: #E76A3A;
}
.AnyTagClassName
{
color: #E76A3A;
}
</style>
background-color css
<style>
a { background-color: #E76A3A; }
a { background-color: rgb(231,106,58); }
div.DivClassName
{
background-color: #E76A3A;
}
.BgClassName
{
background-color: #E76A3A;
}
</style>
border-color css
<style>
span { border-color: #E76A3A; }
span { border-color: rgb(231,106,58); }
td.TdClassName
{
border-color: #E76A3A;
}
.TagClassName
{
border-color: #E76A3A;
}
</style>