Shades of Sorbus #E76D32
Tints of Sorbus #E76D32
RGB
CMYK
RGB Variations
Color information
#E76D32 (or 0xE76D32) is known color: Sorbus. HEX triplet: E7, 6D and 32. RGB value is (231,109,50). Sum of RGB (Red+Green+Blue) = 231+109+50=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76D32 is #1892CD. Grayscale: #8B8B8B. Windows color (decimal): -1610446 or 3304935. OLE color: 3304935.
HSL color Cylindrical-coordinate representation of color #E76D32: hue angle of 19.56º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E76D32 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 50 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.09 |
| HSL | 19.56º | 0.79% | 0.55% | - |
| HSV(B) | 19.56º | 0.78% | 0.91% | - |
| XYZ | 39 | 28.16 | 6.4 | - |
| YUV | 138.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 50 | 0 | 0.53 | 0.78 | 0.09 | 19.56 | 0.79 | 0.55 |
| Hex | E7 | 6D | 32 | 0 | 35 | 4E | 9 | 14 | 4F | 37 |
| Octal | 347 | 155 | 62 | 0 | 65 | 116 | 11 | 24 | 117 | 67 |
| Binary | 11100111 | 1101101 | 110010 | 0 | 110101 | 1001110 | 1001 | 10100 | 1001111 | 110111 |
Color Harmonies of #E76D32
Complementary color
Monochromatic Colors of #E76D32
Black with #E76D32
Text Example
Text Example
White with #E76D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D32; }
p { color: rgb(231,109,50); }
H1.HeaderClassName
{
color: #E76D32;
}
.AnyTagClassName
{
color: #E76D32;
}
</style>
background-color css
<style>
a { background-color: #E76D32; }
a { background-color: rgb(231,109,50); }
div.DivClassName
{
background-color: #E76D32;
}
.BgClassName
{
background-color: #E76D32;
}
</style>
border-color css
<style>
span { border-color: #E76D32; }
span { border-color: rgb(231,109,50); }
td.TdClassName
{
border-color: #E76D32;
}
.TagClassName
{
border-color: #E76D32;
}
</style>