Shades of Sorbus #E76831
Tints of Sorbus #E76831
RGB
CMYK
RGB Variations
Color information
#E76831 (or 0xE76831) is known color: Sorbus. HEX triplet: E7, 68 and 31. RGB value is (231,104,49). Sum of RGB (Red+Green+Blue) = 231+104+49=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E76831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76831 is #1897CE. Grayscale: #888888. Windows color (decimal): -1611727 or 3238119. OLE color: 3238119.
HSL color Cylindrical-coordinate representation of color #E76831: hue angle of 18.13º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E76831 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 49 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.09 |
| HSL | 18.13º | 0.79% | 0.55% | - |
| HSV(B) | 18.13º | 0.79% | 0.91% | - |
| XYZ | 38.46 | 27.11 | 6.11 | - |
| YUV | 135.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 49 | 0 | 0.55 | 0.79 | 0.09 | 18.13 | 0.79 | 0.55 |
| Hex | E7 | 68 | 31 | 0 | 37 | 4F | 9 | 12 | 4F | 37 |
| Octal | 347 | 150 | 61 | 0 | 67 | 117 | 11 | 22 | 117 | 67 |
| Binary | 11100111 | 1101000 | 110001 | 0 | 110111 | 1001111 | 1001 | 10010 | 1001111 | 110111 |
Color Harmonies of #E76831
Complementary color
Monochromatic Colors of #E76831
Black with #E76831
Text Example
Text Example
White with #E76831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76831; }
p { color: rgb(231,104,49); }
H1.HeaderClassName
{
color: #E76831;
}
.AnyTagClassName
{
color: #E76831;
}
</style>
background-color css
<style>
a { background-color: #E76831; }
a { background-color: rgb(231,104,49); }
div.DivClassName
{
background-color: #E76831;
}
.BgClassName
{
background-color: #E76831;
}
</style>
border-color css
<style>
span { border-color: #E76831; }
span { border-color: rgb(231,104,49); }
td.TdClassName
{
border-color: #E76831;
}
.TagClassName
{
border-color: #E76831;
}
</style>