Shades of Sorbus #E65930
Tints of Sorbus #E65930
RGB
CMYK
RGB Variations
Color information
#E65930 (or 0xE65930) is known color: Sorbus. HEX triplet: E6, 59 and 30. RGB value is (230,89,48). Sum of RGB (Red+Green+Blue) = 230+89+48=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E65930 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65930 is #19A6CF. Grayscale: #7E7E7E. Windows color (decimal): -1681104 or 3168742. OLE color: 3168742.
HSL color Cylindrical-coordinate representation of color #E65930: hue angle of 13.52º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E65930 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 48 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.10 |
| HSL | 13.52º | 0.78% | 0.55% | - |
| HSV(B) | 13.52º | 0.79% | 0.9% | - |
| XYZ | 36.74 | 24.18 | 5.53 | - |
| YUV | 126.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 48 | 0 | 0.61 | 0.79 | 0.10 | 13.52 | 0.78 | 0.55 |
| Hex | E6 | 59 | 30 | 0 | 3D | 4F | A | E | 4E | 37 |
| Octal | 346 | 131 | 60 | 0 | 75 | 117 | 12 | 16 | 116 | 67 |
| Binary | 11100110 | 1011001 | 110000 | 0 | 111101 | 1001111 | 1010 | 1110 | 1001110 | 110111 |
Color Harmonies of #E65930
Complementary color
Monochromatic Colors of #E65930
Black with #E65930
Text Example
Text Example
White with #E65930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65930; }
p { color: rgb(230,89,48); }
H1.HeaderClassName
{
color: #E65930;
}
.AnyTagClassName
{
color: #E65930;
}
</style>
background-color css
<style>
a { background-color: #E65930; }
a { background-color: rgb(230,89,48); }
div.DivClassName
{
background-color: #E65930;
}
.BgClassName
{
background-color: #E65930;
}
</style>
border-color css
<style>
span { border-color: #E65930; }
span { border-color: rgb(230,89,48); }
td.TdClassName
{
border-color: #E65930;
}
.TagClassName
{
border-color: #E65930;
}
</style>