Shades of Sorbus #E76B30
Tints of Sorbus #E76B30
RGB
CMYK
RGB Variations
Color information
#E76B30 (or 0xE76B30) is known color: Sorbus. HEX triplet: E7, 6B and 30. RGB value is (231,107,48). Sum of RGB (Red+Green+Blue) = 231+107+48=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76B30 is #1894CF. Grayscale: #898989. Windows color (decimal): -1610960 or 3173351. OLE color: 3173351.
HSL color Cylindrical-coordinate representation of color #E76B30: hue angle of 19.34º 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 #E76B30 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 48 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.09 |
| HSL | 19.34º | 0.79% | 0.55% | - |
| HSV(B) | 19.34º | 0.79% | 0.91% | - |
| XYZ | 38.75 | 27.72 | 6.1 | - |
| YUV | 137.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 48 | 0 | 0.54 | 0.79 | 0.09 | 19.34 | 0.79 | 0.55 |
| Hex | E7 | 6B | 30 | 0 | 36 | 4F | 9 | 13 | 4F | 37 |
| Octal | 347 | 153 | 60 | 0 | 66 | 117 | 11 | 23 | 117 | 67 |
| Binary | 11100111 | 1101011 | 110000 | 0 | 110110 | 1001111 | 1001 | 10011 | 1001111 | 110111 |
Color Harmonies of #E76B30
Complementary color
Monochromatic Colors of #E76B30
Black with #E76B30
Text Example
Text Example
White with #E76B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76B30; }
p { color: rgb(231,107,48); }
H1.HeaderClassName
{
color: #E76B30;
}
.AnyTagClassName
{
color: #E76B30;
}
</style>
background-color css
<style>
a { background-color: #E76B30; }
a { background-color: rgb(231,107,48); }
div.DivClassName
{
background-color: #E76B30;
}
.BgClassName
{
background-color: #E76B30;
}
</style>
border-color css
<style>
span { border-color: #E76B30; }
span { border-color: rgb(231,107,48); }
td.TdClassName
{
border-color: #E76B30;
}
.TagClassName
{
border-color: #E76B30;
}
</style>