Shades of Sorbus #E06530
Tints of Sorbus #E06530
RGB
CMYK
RGB Variations
Color information
#E06530 (or 0xE06530) is known color: Sorbus. HEX triplet: E0, 65 and 30. RGB value is (224,101,48). Sum of RGB (Red+Green+Blue) = 224+101+48=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E06530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06530 is #1F9ACF. Grayscale: #848484. Windows color (decimal): -2071248 or 3171808. OLE color: 3171808.
HSL color Cylindrical-coordinate representation of color #E06530: hue angle of 18.07º 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 #E06530 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 48 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.12 |
| HSL | 18.07º | 0.74% | 0.53% | - |
| HSV(B) | 18.07º | 0.79% | 0.88% | - |
| XYZ | 35.93 | 25.37 | 5.8 | - |
| YUV | 131.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 48 | 0 | 0.55 | 0.79 | 0.12 | 18.07 | 0.74 | 0.53 |
| Hex | E0 | 65 | 30 | 0 | 37 | 4F | C | 12 | 4A | 35 |
| Octal | 340 | 145 | 60 | 0 | 67 | 117 | 14 | 22 | 112 | 65 |
| Binary | 11100000 | 1100101 | 110000 | 0 | 110111 | 1001111 | 1100 | 10010 | 1001010 | 110101 |
Color Harmonies of #E06530
Complementary color
Monochromatic Colors of #E06530
Black with #E06530
Text Example
Text Example
White with #E06530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06530; }
p { color: rgb(224,101,48); }
H1.HeaderClassName
{
color: #E06530;
}
.AnyTagClassName
{
color: #E06530;
}
</style>
background-color css
<style>
a { background-color: #E06530; }
a { background-color: rgb(224,101,48); }
div.DivClassName
{
background-color: #E06530;
}
.BgClassName
{
background-color: #E06530;
}
</style>
border-color css
<style>
span { border-color: #E06530; }
span { border-color: rgb(224,101,48); }
td.TdClassName
{
border-color: #E06530;
}
.TagClassName
{
border-color: #E06530;
}
</style>