Shades of Sorbus #E65D3A
Tints of Sorbus #E65D3A
RGB
CMYK
RGB Variations
Color information
#E65D3A (or 0xE65D3A) is known color: Sorbus. HEX triplet: E6, 5D and 3A. RGB value is (230,93,58). Sum of RGB (Red+Green+Blue) = 230+93+58=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D3A is #19A2C5. Grayscale: #828282. Windows color (decimal): -1680070 or 3825126. OLE color: 3825126.
HSL color Cylindrical-coordinate representation of color #E65D3A: hue angle of 12.21º 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 #E65D3A is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 58 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.10 |
| HSL | 12.21º | 0.77% | 0.56% | - |
| HSV(B) | 12.21º | 0.75% | 0.9% | - |
| XYZ | 37.31 | 24.96 | 6.85 | - |
| YUV | 129.97 | 87.39 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 58 | 0 | 0.60 | 0.75 | 0.10 | 12.21 | 0.77 | 0.56 |
| Hex | E6 | 5D | 3A | 0 | 3C | 4B | A | C | 4D | 38 |
| Octal | 346 | 135 | 72 | 0 | 74 | 113 | 12 | 14 | 115 | 70 |
| Binary | 11100110 | 1011101 | 111010 | 0 | 111100 | 1001011 | 1010 | 1100 | 1001101 | 111000 |
Color Harmonies of #E65D3A
Complementary color
Monochromatic Colors of #E65D3A
Black with #E65D3A
Text Example
Text Example
White with #E65D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D3A; }
p { color: rgb(230,93,58); }
H1.HeaderClassName
{
color: #E65D3A;
}
.AnyTagClassName
{
color: #E65D3A;
}
</style>
background-color css
<style>
a { background-color: #E65D3A; }
a { background-color: rgb(230,93,58); }
div.DivClassName
{
background-color: #E65D3A;
}
.BgClassName
{
background-color: #E65D3A;
}
</style>
border-color css
<style>
span { border-color: #E65D3A; }
span { border-color: rgb(230,93,58); }
td.TdClassName
{
border-color: #E65D3A;
}
.TagClassName
{
border-color: #E65D3A;
}
</style>