Shades of Sorbus #E76934
Tints of Sorbus #E76934
RGB
CMYK
RGB Variations
Color information
#E76934 (or 0xE76934) is known color: Sorbus. HEX triplet: E7, 69 and 34. RGB value is (231,105,52). Sum of RGB (Red+Green+Blue) = 231+105+52=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E76934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76934 is #1896CB. Grayscale: #888888. Windows color (decimal): -1611468 or 3434983. OLE color: 3434983.
HSL color Cylindrical-coordinate representation of color #E76934: hue angle of 17.77º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E76934 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 52 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.09 |
| HSL | 17.77º | 0.79% | 0.55% | - |
| HSV(B) | 17.77º | 0.77% | 0.91% | - |
| XYZ | 38.63 | 27.34 | 6.49 | - |
| YUV | 136.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 52 | 0 | 0.55 | 0.77 | 0.09 | 17.77 | 0.79 | 0.55 |
| Hex | E7 | 69 | 34 | 0 | 37 | 4D | 9 | 12 | 4F | 37 |
| Octal | 347 | 151 | 64 | 0 | 67 | 115 | 11 | 22 | 117 | 67 |
| Binary | 11100111 | 1101001 | 110100 | 0 | 110111 | 1001101 | 1001 | 10010 | 1001111 | 110111 |
Color Harmonies of #E76934
Complementary color
Monochromatic Colors of #E76934
Black with #E76934
Text Example
Text Example
White with #E76934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76934; }
p { color: rgb(231,105,52); }
H1.HeaderClassName
{
color: #E76934;
}
.AnyTagClassName
{
color: #E76934;
}
</style>
background-color css
<style>
a { background-color: #E76934; }
a { background-color: rgb(231,105,52); }
div.DivClassName
{
background-color: #E76934;
}
.BgClassName
{
background-color: #E76934;
}
</style>
border-color css
<style>
span { border-color: #E76934; }
span { border-color: rgb(231,105,52); }
td.TdClassName
{
border-color: #E76934;
}
.TagClassName
{
border-color: #E76934;
}
</style>