Shades of Sorbus #E95D2B
Tints of Sorbus #E95D2B
RGB
CMYK
RGB Variations
Color information
#E95D2B (or 0xE95D2B) is known color: Sorbus. HEX triplet: E9, 5D and 2B. RGB value is (233,93,43). Sum of RGB (Red+Green+Blue) = 233+93+43=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95D2B is #16A2D4. Grayscale: #818181. Windows color (decimal): -1483477 or 2842089. OLE color: 2842089.
HSL color Cylindrical-coordinate representation of color #E95D2B: hue angle of 15.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E95D2B is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 43 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.09 |
| HSL | 15.79º | 0.81% | 0.54% | - |
| HSV(B) | 15.79º | 0.82% | 0.91% | - |
| XYZ | 37.95 | 25.33 | 5.17 | - |
| YUV | 129.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 43 | 0 | 0.60 | 0.82 | 0.09 | 15.79 | 0.81 | 0.54 |
| Hex | E9 | 5D | 2B | 0 | 3C | 52 | 9 | 10 | 51 | 36 |
| Octal | 351 | 135 | 53 | 0 | 74 | 122 | 11 | 20 | 121 | 66 |
| Binary | 11101001 | 1011101 | 101011 | 0 | 111100 | 1010010 | 1001 | 10000 | 1010001 | 110110 |
Color Harmonies of #E95D2B
Complementary color
Monochromatic Colors of #E95D2B
Black with #E95D2B
Text Example
Text Example
White with #E95D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D2B; }
p { color: rgb(233,93,43); }
H1.HeaderClassName
{
color: #E95D2B;
}
.AnyTagClassName
{
color: #E95D2B;
}
</style>
background-color css
<style>
a { background-color: #E95D2B; }
a { background-color: rgb(233,93,43); }
div.DivClassName
{
background-color: #E95D2B;
}
.BgClassName
{
background-color: #E95D2B;
}
</style>
border-color css
<style>
span { border-color: #E95D2B; }
span { border-color: rgb(233,93,43); }
td.TdClassName
{
border-color: #E95D2B;
}
.TagClassName
{
border-color: #E95D2B;
}
</style>