Shades of Sorbus #E65F36
Tints of Sorbus #E65F36
RGB
CMYK
RGB Variations
Color information
#E65F36 (or 0xE65F36) is known color: Sorbus. HEX triplet: E6, 5F and 36. RGB value is (230,95,54). Sum of RGB (Red+Green+Blue) = 230+95+54=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65F36 is #19A0C9. Grayscale: #828282. Windows color (decimal): -1679562 or 3563494. OLE color: 3563494.
HSL color Cylindrical-coordinate representation of color #E65F36: hue angle of 13.98º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E65F36 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 54 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.10 |
| HSL | 13.98º | 0.78% | 0.56% | - |
| HSV(B) | 13.98º | 0.77% | 0.9% | - |
| XYZ | 37.39 | 25.27 | 6.4 | - |
| YUV | 130.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 54 | 0 | 0.59 | 0.77 | 0.10 | 13.98 | 0.78 | 0.56 |
| Hex | E6 | 5F | 36 | 0 | 3B | 4D | A | E | 4E | 38 |
| Octal | 346 | 137 | 66 | 0 | 73 | 115 | 12 | 16 | 116 | 70 |
| Binary | 11100110 | 1011111 | 110110 | 0 | 111011 | 1001101 | 1010 | 1110 | 1001110 | 111000 |
Color Harmonies of #E65F36
Complementary color
Monochromatic Colors of #E65F36
Black with #E65F36
Text Example
Text Example
White with #E65F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F36; }
p { color: rgb(230,95,54); }
H1.HeaderClassName
{
color: #E65F36;
}
.AnyTagClassName
{
color: #E65F36;
}
</style>
background-color css
<style>
a { background-color: #E65F36; }
a { background-color: rgb(230,95,54); }
div.DivClassName
{
background-color: #E65F36;
}
.BgClassName
{
background-color: #E65F36;
}
</style>
border-color css
<style>
span { border-color: #E65F36; }
span { border-color: rgb(230,95,54); }
td.TdClassName
{
border-color: #E65F36;
}
.TagClassName
{
border-color: #E65F36;
}
</style>