Shades of Sorbus #E65B34
Tints of Sorbus #E65B34
RGB
CMYK
RGB Variations
Color information
#E65B34 (or 0xE65B34) is known color: Sorbus. HEX triplet: E6, 5B and 34. RGB value is (230,91,52). Sum of RGB (Red+Green+Blue) = 230+91+52=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65B34 is #19A4CB. Grayscale: #808080. Windows color (decimal): -1680588 or 3431398. OLE color: 3431398.
HSL color Cylindrical-coordinate representation of color #E65B34: hue angle of 13.15º 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 #E65B34 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 52 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.10 |
| HSL | 13.15º | 0.78% | 0.55% | - |
| HSV(B) | 13.15º | 0.77% | 0.9% | - |
| XYZ | 36.99 | 24.55 | 6.04 | - |
| YUV | 128.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 52 | 0 | 0.60 | 0.77 | 0.10 | 13.15 | 0.78 | 0.55 |
| Hex | E6 | 5B | 34 | 0 | 3C | 4D | A | D | 4E | 37 |
| Octal | 346 | 133 | 64 | 0 | 74 | 115 | 12 | 15 | 116 | 67 |
| Binary | 11100110 | 1011011 | 110100 | 0 | 111100 | 1001101 | 1010 | 1101 | 1001110 | 110111 |
Color Harmonies of #E65B34
Complementary color
Monochromatic Colors of #E65B34
Black with #E65B34
Text Example
Text Example
White with #E65B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B34; }
p { color: rgb(230,91,52); }
H1.HeaderClassName
{
color: #E65B34;
}
.AnyTagClassName
{
color: #E65B34;
}
</style>
background-color css
<style>
a { background-color: #E65B34; }
a { background-color: rgb(230,91,52); }
div.DivClassName
{
background-color: #E65B34;
}
.BgClassName
{
background-color: #E65B34;
}
</style>
border-color css
<style>
span { border-color: #E65B34; }
span { border-color: rgb(230,91,52); }
td.TdClassName
{
border-color: #E65B34;
}
.TagClassName
{
border-color: #E65B34;
}
</style>