Shades of Sorbus #E76F33
Tints of Sorbus #E76F33
RGB
CMYK
RGB Variations
Color information
#E76F33 (or 0xE76F33) is known color: Sorbus. HEX triplet: E7, 6F and 33. RGB value is (231,111,51). Sum of RGB (Red+Green+Blue) = 231+111+51=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76F33 is #1890CC. Grayscale: #8C8C8C. Windows color (decimal): -1609933 or 3370983. OLE color: 3370983.
HSL color Cylindrical-coordinate representation of color #E76F33: hue angle of 20º 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 #E76F33 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 51 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.09 |
| HSL | 20º | 0.79% | 0.55% | - |
| HSV(B) | 20º | 0.78% | 0.91% | - |
| XYZ | 39.24 | 28.6 | 6.58 | - |
| YUV | 140.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 51 | 0 | 0.52 | 0.78 | 0.09 | 20 | 0.79 | 0.55 |
| Hex | E7 | 6F | 33 | 0 | 34 | 4E | 9 | 14 | 4F | 37 |
| Octal | 347 | 157 | 63 | 0 | 64 | 116 | 11 | 24 | 117 | 67 |
| Binary | 11100111 | 1101111 | 110011 | 0 | 110100 | 1001110 | 1001 | 10100 | 1001111 | 110111 |
Color Harmonies of #E76F33
Complementary color
Monochromatic Colors of #E76F33
Black with #E76F33
Text Example
Text Example
White with #E76F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F33; }
p { color: rgb(231,111,51); }
H1.HeaderClassName
{
color: #E76F33;
}
.AnyTagClassName
{
color: #E76F33;
}
</style>
background-color css
<style>
a { background-color: #E76F33; }
a { background-color: rgb(231,111,51); }
div.DivClassName
{
background-color: #E76F33;
}
.BgClassName
{
background-color: #E76F33;
}
</style>
border-color css
<style>
span { border-color: #E76F33; }
span { border-color: rgb(231,111,51); }
td.TdClassName
{
border-color: #E76F33;
}
.TagClassName
{
border-color: #E76F33;
}
</style>