Shades of Sorbus #E65D34
Tints of Sorbus #E65D34
RGB
CMYK
RGB Variations
Color information
#E65D34 (or 0xE65D34) is known color: Sorbus. HEX triplet: E6, 5D and 34. RGB value is (230,93,52). Sum of RGB (Red+Green+Blue) = 230+93+52=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D34 is #19A2CB. Grayscale: #818181. Windows color (decimal): -1680076 or 3431910. OLE color: 3431910.
HSL color Cylindrical-coordinate representation of color #E65D34: hue angle of 13.82º 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 #E65D34 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 52 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.10 |
| HSL | 13.82º | 0.78% | 0.55% | - |
| HSV(B) | 13.82º | 0.77% | 0.9% | - |
| XYZ | 37.17 | 24.9 | 6.1 | - |
| YUV | 129.29 | 84.39 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 52 | 0 | 0.60 | 0.77 | 0.10 | 13.82 | 0.78 | 0.55 |
| Hex | E6 | 5D | 34 | 0 | 3C | 4D | A | E | 4E | 37 |
| Octal | 346 | 135 | 64 | 0 | 74 | 115 | 12 | 16 | 116 | 67 |
| Binary | 11100110 | 1011101 | 110100 | 0 | 111100 | 1001101 | 1010 | 1110 | 1001110 | 110111 |
Color Harmonies of #E65D34
Complementary color
Monochromatic Colors of #E65D34
Black with #E65D34
Text Example
Text Example
White with #E65D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D34; }
p { color: rgb(230,93,52); }
H1.HeaderClassName
{
color: #E65D34;
}
.AnyTagClassName
{
color: #E65D34;
}
</style>
background-color css
<style>
a { background-color: #E65D34; }
a { background-color: rgb(230,93,52); }
div.DivClassName
{
background-color: #E65D34;
}
.BgClassName
{
background-color: #E65D34;
}
</style>
border-color css
<style>
span { border-color: #E65D34; }
span { border-color: rgb(230,93,52); }
td.TdClassName
{
border-color: #E65D34;
}
.TagClassName
{
border-color: #E65D34;
}
</style>