Shades of Sorbus #E5602A
Tints of Sorbus #E5602A
RGB
CMYK
RGB Variations
Color information
#E5602A (or 0xE5602A) is known color: Sorbus. HEX triplet: E5, 60 and 2A. RGB value is (229,96,42). Sum of RGB (Red+Green+Blue) = 229+96+42=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E5602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5602A is #1A9FD5. Grayscale: #818181. Windows color (decimal): -1744854 or 2777317. OLE color: 2777317.
HSL color Cylindrical-coordinate representation of color #E5602A: hue angle of 17.33º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5602A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.10 |
| HSL | 17.33º | 0.78% | 0.53% | - |
| HSV(B) | 17.33º | 0.82% | 0.9% | - |
| XYZ | 36.91 | 25.19 | 5.11 | - |
| YUV | 129.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 42 | 0 | 0.58 | 0.82 | 0.10 | 17.33 | 0.78 | 0.53 |
| Hex | E5 | 60 | 2A | 0 | 3A | 52 | A | 11 | 4E | 35 |
| Octal | 345 | 140 | 52 | 0 | 72 | 122 | 12 | 21 | 116 | 65 |
| Binary | 11100101 | 1100000 | 101010 | 0 | 111010 | 1010010 | 1010 | 10001 | 1001110 | 110101 |
Color Harmonies of #E5602A
Complementary color
Monochromatic Colors of #E5602A
Black with #E5602A
Text Example
Text Example
White with #E5602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5602A; }
p { color: rgb(229,96,42); }
H1.HeaderClassName
{
color: #E5602A;
}
.AnyTagClassName
{
color: #E5602A;
}
</style>
background-color css
<style>
a { background-color: #E5602A; }
a { background-color: rgb(229,96,42); }
div.DivClassName
{
background-color: #E5602A;
}
.BgClassName
{
background-color: #E5602A;
}
</style>
border-color css
<style>
span { border-color: #E5602A; }
span { border-color: rgb(229,96,42); }
td.TdClassName
{
border-color: #E5602A;
}
.TagClassName
{
border-color: #E5602A;
}
</style>