Shades of Sorbus #E06531
Tints of Sorbus #E06531
RGB
CMYK
RGB Variations
Color information
#E06531 (or 0xE06531) is known color: Sorbus. HEX triplet: E0, 65 and 31. RGB value is (224,101,49). Sum of RGB (Red+Green+Blue) = 224+101+49=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E06531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06531 is #1F9ACE. Grayscale: #848484. Windows color (decimal): -2071247 or 3237344. OLE color: 3237344.
HSL color Cylindrical-coordinate representation of color #E06531: hue angle of 17.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E06531 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 49 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.12 |
| HSL | 17.83º | 0.74% | 0.54% | - |
| HSV(B) | 17.83º | 0.78% | 0.88% | - |
| XYZ | 35.95 | 25.38 | 5.91 | - |
| YUV | 131.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 49 | 0 | 0.55 | 0.78 | 0.12 | 17.83 | 0.74 | 0.54 |
| Hex | E0 | 65 | 31 | 0 | 37 | 4E | C | 12 | 4A | 36 |
| Octal | 340 | 145 | 61 | 0 | 67 | 116 | 14 | 22 | 112 | 66 |
| Binary | 11100000 | 1100101 | 110001 | 0 | 110111 | 1001110 | 1100 | 10010 | 1001010 | 110110 |
Color Harmonies of #E06531
Complementary color
Monochromatic Colors of #E06531
Black with #E06531
Text Example
Text Example
White with #E06531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06531; }
p { color: rgb(224,101,49); }
H1.HeaderClassName
{
color: #E06531;
}
.AnyTagClassName
{
color: #E06531;
}
</style>
background-color css
<style>
a { background-color: #E06531; }
a { background-color: rgb(224,101,49); }
div.DivClassName
{
background-color: #E06531;
}
.BgClassName
{
background-color: #E06531;
}
</style>
border-color css
<style>
span { border-color: #E06531; }
span { border-color: rgb(224,101,49); }
td.TdClassName
{
border-color: #E06531;
}
.TagClassName
{
border-color: #E06531;
}
</style>