Shades of Sorbus #E1703A
Tints of Sorbus #E1703A
RGB
CMYK
RGB Variations
Color information
#E1703A (or 0xE1703A) is known color: Sorbus. HEX triplet: E1, 70 and 3A. RGB value is (225,112,58). Sum of RGB (Red+Green+Blue) = 225+112+58=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1703A is #1E8FC5. Grayscale: #8B8B8B. Windows color (decimal): -2002886 or 3829985. OLE color: 3829985.
HSL color Cylindrical-coordinate representation of color #E1703A: hue angle of 19.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1703A is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 58 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.12 |
| HSL | 19.4º | 0.74% | 0.55% | - |
| HSV(B) | 19.4º | 0.74% | 0.88% | - |
| XYZ | 37.61 | 27.9 | 7.41 | - |
| YUV | 139.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 58 | 0 | 0.50 | 0.74 | 0.12 | 19.4 | 0.74 | 0.55 |
| Hex | E1 | 70 | 3A | 0 | 32 | 4A | C | 13 | 4A | 37 |
| Octal | 341 | 160 | 72 | 0 | 62 | 112 | 14 | 23 | 112 | 67 |
| Binary | 11100001 | 1110000 | 111010 | 0 | 110010 | 1001010 | 1100 | 10011 | 1001010 | 110111 |
Color Harmonies of #E1703A
Complementary color
Monochromatic Colors of #E1703A
Black with #E1703A
Text Example
Text Example
White with #E1703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1703A; }
p { color: rgb(225,112,58); }
H1.HeaderClassName
{
color: #E1703A;
}
.AnyTagClassName
{
color: #E1703A;
}
</style>
background-color css
<style>
a { background-color: #E1703A; }
a { background-color: rgb(225,112,58); }
div.DivClassName
{
background-color: #E1703A;
}
.BgClassName
{
background-color: #E1703A;
}
</style>
border-color css
<style>
span { border-color: #E1703A; }
span { border-color: rgb(225,112,58); }
td.TdClassName
{
border-color: #E1703A;
}
.TagClassName
{
border-color: #E1703A;
}
</style>