Shades of Sorbus #E06434
Tints of Sorbus #E06434
RGB
CMYK
RGB Variations
Color information
#E06434 (or 0xE06434) is known color: Sorbus. HEX triplet: E0, 64 and 34. RGB value is (224,100,52). Sum of RGB (Red+Green+Blue) = 224+100+52=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E06434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06434 is #1F9BCB. Grayscale: #838383. Windows color (decimal): -2071500 or 3433696. OLE color: 3433696.
HSL color Cylindrical-coordinate representation of color #E06434: hue angle of 16.74º 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 #E06434 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 52 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.12 |
| HSL | 16.74º | 0.74% | 0.54% | - |
| HSV(B) | 16.74º | 0.77% | 0.88% | - |
| XYZ | 35.92 | 25.21 | 6.22 | - |
| YUV | 131.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 52 | 0 | 0.55 | 0.77 | 0.12 | 16.74 | 0.74 | 0.54 |
| Hex | E0 | 64 | 34 | 0 | 37 | 4D | C | 11 | 4A | 36 |
| Octal | 340 | 144 | 64 | 0 | 67 | 115 | 14 | 21 | 112 | 66 |
| Binary | 11100000 | 1100100 | 110100 | 0 | 110111 | 1001101 | 1100 | 10001 | 1001010 | 110110 |
Color Harmonies of #E06434
Complementary color
Monochromatic Colors of #E06434
Black with #E06434
Text Example
Text Example
White with #E06434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06434; }
p { color: rgb(224,100,52); }
H1.HeaderClassName
{
color: #E06434;
}
.AnyTagClassName
{
color: #E06434;
}
</style>
background-color css
<style>
a { background-color: #E06434; }
a { background-color: rgb(224,100,52); }
div.DivClassName
{
background-color: #E06434;
}
.BgClassName
{
background-color: #E06434;
}
</style>
border-color css
<style>
span { border-color: #E06434; }
span { border-color: rgb(224,100,52); }
td.TdClassName
{
border-color: #E06434;
}
.TagClassName
{
border-color: #E06434;
}
</style>