Shades of Sorbus #E6703B
Tints of Sorbus #E6703B
RGB
CMYK
RGB Variations
Color information
#E6703B (or 0xE6703B) is known color: Sorbus. HEX triplet: E6, 70 and 3B. RGB value is (230,112,59). Sum of RGB (Red+Green+Blue) = 230+112+59=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E6703B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6703B is #198FC4. Grayscale: #8D8D8D. Windows color (decimal): -1675205 or 3895526. OLE color: 3895526.
HSL color Cylindrical-coordinate representation of color #E6703B: hue angle of 18.6º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6703B is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 59 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.10 |
| HSL | 18.6º | 0.77% | 0.57% | - |
| HSV(B) | 18.6º | 0.74% | 0.9% | - |
| XYZ | 39.22 | 28.73 | 7.62 | - |
| YUV | 141.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 59 | 0 | 0.51 | 0.74 | 0.10 | 18.6 | 0.77 | 0.57 |
| Hex | E6 | 70 | 3B | 0 | 33 | 4A | A | 13 | 4D | 39 |
| Octal | 346 | 160 | 73 | 0 | 63 | 112 | 12 | 23 | 115 | 71 |
| Binary | 11100110 | 1110000 | 111011 | 0 | 110011 | 1001010 | 1010 | 10011 | 1001101 | 111001 |
Color Harmonies of #E6703B
Complementary color
Monochromatic Colors of #E6703B
Black with #E6703B
Text Example
Text Example
White with #E6703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6703B; }
p { color: rgb(230,112,59); }
H1.HeaderClassName
{
color: #E6703B;
}
.AnyTagClassName
{
color: #E6703B;
}
</style>
background-color css
<style>
a { background-color: #E6703B; }
a { background-color: rgb(230,112,59); }
div.DivClassName
{
background-color: #E6703B;
}
.BgClassName
{
background-color: #E6703B;
}
</style>
border-color css
<style>
span { border-color: #E6703B; }
span { border-color: rgb(230,112,59); }
td.TdClassName
{
border-color: #E6703B;
}
.TagClassName
{
border-color: #E6703B;
}
</style>