Shades of Sorbus #E06A30
Tints of Sorbus #E06A30
RGB
CMYK
RGB Variations
Color information
#E06A30 (or 0xE06A30) is known color: Sorbus. HEX triplet: E0, 6A and 30. RGB value is (224,106,48). Sum of RGB (Red+Green+Blue) = 224+106+48=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A30 is #1F95CF. Grayscale: #878787. Windows color (decimal): -2069968 or 3173088. OLE color: 3173088.
HSL color Cylindrical-coordinate representation of color #E06A30: hue angle of 19.77º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E06A30 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 48 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.12 |
| HSL | 19.77º | 0.74% | 0.53% | - |
| HSV(B) | 19.77º | 0.79% | 0.88% | - |
| XYZ | 36.43 | 26.37 | 5.97 | - |
| YUV | 134.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 48 | 0 | 0.53 | 0.79 | 0.12 | 19.77 | 0.74 | 0.53 |
| Hex | E0 | 6A | 30 | 0 | 35 | 4F | C | 14 | 4A | 35 |
| Octal | 340 | 152 | 60 | 0 | 65 | 117 | 14 | 24 | 112 | 65 |
| Binary | 11100000 | 1101010 | 110000 | 0 | 110101 | 1001111 | 1100 | 10100 | 1001010 | 110101 |
Color Harmonies of #E06A30
Complementary color
Monochromatic Colors of #E06A30
Black with #E06A30
Text Example
Text Example
White with #E06A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A30; }
p { color: rgb(224,106,48); }
H1.HeaderClassName
{
color: #E06A30;
}
.AnyTagClassName
{
color: #E06A30;
}
</style>
background-color css
<style>
a { background-color: #E06A30; }
a { background-color: rgb(224,106,48); }
div.DivClassName
{
background-color: #E06A30;
}
.BgClassName
{
background-color: #E06A30;
}
</style>
border-color css
<style>
span { border-color: #E06A30; }
span { border-color: rgb(224,106,48); }
td.TdClassName
{
border-color: #E06A30;
}
.TagClassName
{
border-color: #E06A30;
}
</style>