Shades of Sorbus #E76D3B
Tints of Sorbus #E76D3B
RGB
CMYK
RGB Variations
Color information
#E76D3B (or 0xE76D3B) is known color: Sorbus. HEX triplet: E7, 6D and 3B. RGB value is (231,109,59). Sum of RGB (Red+Green+Blue) = 231+109+59=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76D3B is #1892C4. Grayscale: #8C8C8C. Windows color (decimal): -1610437 or 3894759. OLE color: 3894759.
HSL color Cylindrical-coordinate representation of color #E76D3B: hue angle of 17.44º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E76D3B is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 59 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.09 |
| HSL | 17.44º | 0.78% | 0.57% | - |
| HSV(B) | 17.44º | 0.74% | 0.91% | - |
| XYZ | 39.21 | 28.24 | 7.52 | - |
| YUV | 139.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 59 | 0 | 0.53 | 0.74 | 0.09 | 17.44 | 0.78 | 0.57 |
| Hex | E7 | 6D | 3B | 0 | 35 | 4A | 9 | 11 | 4E | 39 |
| Octal | 347 | 155 | 73 | 0 | 65 | 112 | 11 | 21 | 116 | 71 |
| Binary | 11100111 | 1101101 | 111011 | 0 | 110101 | 1001010 | 1001 | 10001 | 1001110 | 111001 |
Color Harmonies of #E76D3B
Complementary color
Monochromatic Colors of #E76D3B
Black with #E76D3B
Text Example
Text Example
White with #E76D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D3B; }
p { color: rgb(231,109,59); }
H1.HeaderClassName
{
color: #E76D3B;
}
.AnyTagClassName
{
color: #E76D3B;
}
</style>
background-color css
<style>
a { background-color: #E76D3B; }
a { background-color: rgb(231,109,59); }
div.DivClassName
{
background-color: #E76D3B;
}
.BgClassName
{
background-color: #E76D3B;
}
</style>
border-color css
<style>
span { border-color: #E76D3B; }
span { border-color: rgb(231,109,59); }
td.TdClassName
{
border-color: #E76D3B;
}
.TagClassName
{
border-color: #E76D3B;
}
</style>