Shades of Sorbus #E6713B
Tints of Sorbus #E6713B
RGB
CMYK
RGB Variations
Color information
#E6713B (or 0xE6713B) is known color: Sorbus. HEX triplet: E6, 71 and 3B. RGB value is (230,113,59). Sum of RGB (Red+Green+Blue) = 230+113+59=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E6713B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6713B is #198EC4. Grayscale: #8E8E8E. Windows color (decimal): -1674949 or 3895782. OLE color: 3895782.
HSL color Cylindrical-coordinate representation of color #E6713B: hue angle of 18.95º 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 #E6713B is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 59 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.10 |
| HSL | 18.95º | 0.77% | 0.57% | - |
| HSV(B) | 18.95º | 0.74% | 0.9% | - |
| XYZ | 39.33 | 28.95 | 7.65 | - |
| YUV | 141.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 59 | 0 | 0.51 | 0.74 | 0.10 | 18.95 | 0.77 | 0.57 |
| Hex | E6 | 71 | 3B | 0 | 33 | 4A | A | 13 | 4D | 39 |
| Octal | 346 | 161 | 73 | 0 | 63 | 112 | 12 | 23 | 115 | 71 |
| Binary | 11100110 | 1110001 | 111011 | 0 | 110011 | 1001010 | 1010 | 10011 | 1001101 | 111001 |
Color Harmonies of #E6713B
Complementary color
Monochromatic Colors of #E6713B
Black with #E6713B
Text Example
Text Example
White with #E6713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6713B; }
p { color: rgb(230,113,59); }
H1.HeaderClassName
{
color: #E6713B;
}
.AnyTagClassName
{
color: #E6713B;
}
</style>
background-color css
<style>
a { background-color: #E6713B; }
a { background-color: rgb(230,113,59); }
div.DivClassName
{
background-color: #E6713B;
}
.BgClassName
{
background-color: #E6713B;
}
</style>
border-color css
<style>
span { border-color: #E6713B; }
span { border-color: rgb(230,113,59); }
td.TdClassName
{
border-color: #E6713B;
}
.TagClassName
{
border-color: #E6713B;
}
</style>