Shades of Sorbus #E76730
Tints of Sorbus #E76730
RGB
CMYK
RGB Variations
Color information
#E76730 (or 0xE76730) is known color: Sorbus. HEX triplet: E7, 67 and 30. RGB value is (231,103,48). Sum of RGB (Red+Green+Blue) = 231+103+48=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E76730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76730 is #1898CF. Grayscale: #878787. Windows color (decimal): -1611984 or 3172327. OLE color: 3172327.
HSL color Cylindrical-coordinate representation of color #E76730: hue angle of 18.03º 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 #E76730 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 48 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.09 |
| HSL | 18.03º | 0.79% | 0.55% | - |
| HSV(B) | 18.03º | 0.79% | 0.91% | - |
| XYZ | 38.34 | 26.9 | 5.97 | - |
| YUV | 135 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 48 | 0 | 0.55 | 0.79 | 0.09 | 18.03 | 0.79 | 0.55 |
| Hex | E7 | 67 | 30 | 0 | 37 | 4F | 9 | 12 | 4F | 37 |
| Octal | 347 | 147 | 60 | 0 | 67 | 117 | 11 | 22 | 117 | 67 |
| Binary | 11100111 | 1100111 | 110000 | 0 | 110111 | 1001111 | 1001 | 10010 | 1001111 | 110111 |
Color Harmonies of #E76730
Complementary color
Monochromatic Colors of #E76730
Black with #E76730
Text Example
Text Example
White with #E76730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76730; }
p { color: rgb(231,103,48); }
H1.HeaderClassName
{
color: #E76730;
}
.AnyTagClassName
{
color: #E76730;
}
</style>
background-color css
<style>
a { background-color: #E76730; }
a { background-color: rgb(231,103,48); }
div.DivClassName
{
background-color: #E76730;
}
.BgClassName
{
background-color: #E76730;
}
</style>
border-color css
<style>
span { border-color: #E76730; }
span { border-color: rgb(231,103,48); }
td.TdClassName
{
border-color: #E76730;
}
.TagClassName
{
border-color: #E76730;
}
</style>