Shades of Sorbus #E65E3A
Tints of Sorbus #E65E3A
RGB
CMYK
RGB Variations
Color information
#E65E3A (or 0xE65E3A) is known color: Sorbus. HEX triplet: E6, 5E and 3A. RGB value is (230,94,58). Sum of RGB (Red+Green+Blue) = 230+94+58=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65E3A is #19A1C5. Grayscale: #828282. Windows color (decimal): -1679814 or 3825382. OLE color: 3825382.
HSL color Cylindrical-coordinate representation of color #E65E3A: hue angle of 12.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E65E3A is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 58 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.10 |
| HSL | 12.56º | 0.77% | 0.56% | - |
| HSV(B) | 12.56º | 0.75% | 0.9% | - |
| XYZ | 37.4 | 25.13 | 6.88 | - |
| YUV | 130.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 58 | 0 | 0.59 | 0.75 | 0.10 | 12.56 | 0.77 | 0.56 |
| Hex | E6 | 5E | 3A | 0 | 3B | 4B | A | D | 4D | 38 |
| Octal | 346 | 136 | 72 | 0 | 73 | 113 | 12 | 15 | 115 | 70 |
| Binary | 11100110 | 1011110 | 111010 | 0 | 111011 | 1001011 | 1010 | 1101 | 1001101 | 111000 |
Color Harmonies of #E65E3A
Complementary color
Monochromatic Colors of #E65E3A
Black with #E65E3A
Text Example
Text Example
White with #E65E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E3A; }
p { color: rgb(230,94,58); }
H1.HeaderClassName
{
color: #E65E3A;
}
.AnyTagClassName
{
color: #E65E3A;
}
</style>
background-color css
<style>
a { background-color: #E65E3A; }
a { background-color: rgb(230,94,58); }
div.DivClassName
{
background-color: #E65E3A;
}
.BgClassName
{
background-color: #E65E3A;
}
</style>
border-color css
<style>
span { border-color: #E65E3A; }
span { border-color: rgb(230,94,58); }
td.TdClassName
{
border-color: #E65E3A;
}
.TagClassName
{
border-color: #E65E3A;
}
</style>