Shades of Sorbus #E67134
Tints of Sorbus #E67134
RGB
CMYK
RGB Variations
Color information
#E67134 (or 0xE67134) is known color: Sorbus. HEX triplet: E6, 71 and 34. RGB value is (230,113,52). Sum of RGB (Red+Green+Blue) = 230+113+52=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E67134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67134 is #198ECB. Grayscale: #8D8D8D. Windows color (decimal): -1674956 or 3437030. OLE color: 3437030.
HSL color Cylindrical-coordinate representation of color #E67134: hue angle of 20.56º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E67134 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 52 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.10 |
| HSL | 20.56º | 0.78% | 0.55% | - |
| HSV(B) | 20.56º | 0.77% | 0.9% | - |
| XYZ | 39.16 | 28.88 | 6.76 | - |
| YUV | 141.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 52 | 0 | 0.51 | 0.77 | 0.10 | 20.56 | 0.78 | 0.55 |
| Hex | E6 | 71 | 34 | 0 | 33 | 4D | A | 15 | 4E | 37 |
| Octal | 346 | 161 | 64 | 0 | 63 | 115 | 12 | 25 | 116 | 67 |
| Binary | 11100110 | 1110001 | 110100 | 0 | 110011 | 1001101 | 1010 | 10101 | 1001110 | 110111 |
Color Harmonies of #E67134
Complementary color
Monochromatic Colors of #E67134
Black with #E67134
Text Example
Text Example
White with #E67134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67134; }
p { color: rgb(230,113,52); }
H1.HeaderClassName
{
color: #E67134;
}
.AnyTagClassName
{
color: #E67134;
}
</style>
background-color css
<style>
a { background-color: #E67134; }
a { background-color: rgb(230,113,52); }
div.DivClassName
{
background-color: #E67134;
}
.BgClassName
{
background-color: #E67134;
}
</style>
border-color css
<style>
span { border-color: #E67134; }
span { border-color: rgb(230,113,52); }
td.TdClassName
{
border-color: #E67134;
}
.TagClassName
{
border-color: #E67134;
}
</style>