Shades of Sorbus #E06431
Tints of Sorbus #E06431
RGB
CMYK
RGB Variations
Color information
#E06431 (or 0xE06431) is known color: Sorbus. HEX triplet: E0, 64 and 31. RGB value is (224,100,49). Sum of RGB (Red+Green+Blue) = 224+100+49=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E06431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06431 is #1F9BCE. Grayscale: #838383. Windows color (decimal): -2071503 or 3237088. OLE color: 3237088.
HSL color Cylindrical-coordinate representation of color #E06431: hue angle of 17.49º 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 #E06431 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 49 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.12 |
| HSL | 17.49º | 0.74% | 0.54% | - |
| HSV(B) | 17.49º | 0.78% | 0.88% | - |
| XYZ | 35.85 | 25.18 | 5.88 | - |
| YUV | 131.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 49 | 0 | 0.55 | 0.78 | 0.12 | 17.49 | 0.74 | 0.54 |
| Hex | E0 | 64 | 31 | 0 | 37 | 4E | C | 11 | 4A | 36 |
| Octal | 340 | 144 | 61 | 0 | 67 | 116 | 14 | 21 | 112 | 66 |
| Binary | 11100000 | 1100100 | 110001 | 0 | 110111 | 1001110 | 1100 | 10001 | 1001010 | 110110 |
Color Harmonies of #E06431
Complementary color
Monochromatic Colors of #E06431
Black with #E06431
Text Example
Text Example
White with #E06431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06431; }
p { color: rgb(224,100,49); }
H1.HeaderClassName
{
color: #E06431;
}
.AnyTagClassName
{
color: #E06431;
}
</style>
background-color css
<style>
a { background-color: #E06431; }
a { background-color: rgb(224,100,49); }
div.DivClassName
{
background-color: #E06431;
}
.BgClassName
{
background-color: #E06431;
}
</style>
border-color css
<style>
span { border-color: #E06431; }
span { border-color: rgb(224,100,49); }
td.TdClassName
{
border-color: #E06431;
}
.TagClassName
{
border-color: #E06431;
}
</style>