Shades of Sorbus #E06934
Tints of Sorbus #E06934
RGB
CMYK
RGB Variations
Color information
#E06934 (or 0xE06934) is known color: Sorbus. HEX triplet: E0, 69 and 34. RGB value is (224,105,52). Sum of RGB (Red+Green+Blue) = 224+105+52=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E06934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06934 is #1F96CB. Grayscale: #868686. Windows color (decimal): -2070220 or 3434976. OLE color: 3434976.
HSL color Cylindrical-coordinate representation of color #E06934: hue angle of 18.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E06934 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 52 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.12 |
| HSL | 18.49º | 0.74% | 0.54% | - |
| HSV(B) | 18.49º | 0.77% | 0.88% | - |
| XYZ | 36.41 | 26.2 | 6.39 | - |
| YUV | 134.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 52 | 0 | 0.53 | 0.77 | 0.12 | 18.49 | 0.74 | 0.54 |
| Hex | E0 | 69 | 34 | 0 | 35 | 4D | C | 12 | 4A | 36 |
| Octal | 340 | 151 | 64 | 0 | 65 | 115 | 14 | 22 | 112 | 66 |
| Binary | 11100000 | 1101001 | 110100 | 0 | 110101 | 1001101 | 1100 | 10010 | 1001010 | 110110 |
Color Harmonies of #E06934
Complementary color
Monochromatic Colors of #E06934
Black with #E06934
Text Example
Text Example
White with #E06934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06934; }
p { color: rgb(224,105,52); }
H1.HeaderClassName
{
color: #E06934;
}
.AnyTagClassName
{
color: #E06934;
}
</style>
background-color css
<style>
a { background-color: #E06934; }
a { background-color: rgb(224,105,52); }
div.DivClassName
{
background-color: #E06934;
}
.BgClassName
{
background-color: #E06934;
}
</style>
border-color css
<style>
span { border-color: #E06934; }
span { border-color: rgb(224,105,52); }
td.TdClassName
{
border-color: #E06934;
}
.TagClassName
{
border-color: #E06934;
}
</style>