Shades of Sorbus #E65A29
Tints of Sorbus #E65A29
RGB
CMYK
RGB Variations
Color information
#E65A29 (or 0xE65A29) is known color: Sorbus. HEX triplet: E6, 5A and 29. RGB value is (230,90,41). Sum of RGB (Red+Green+Blue) = 230+90+41=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A29 is #19A5D6. Grayscale: #7E7E7E. Windows color (decimal): -1680855 or 2710246. OLE color: 2710246.
HSL color Cylindrical-coordinate representation of color #E65A29: hue angle of 15.56º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E65A29 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 41 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.10 |
| HSL | 15.56º | 0.79% | 0.53% | - |
| HSV(B) | 15.56º | 0.82% | 0.9% | - |
| XYZ | 36.69 | 24.3 | 4.85 | - |
| YUV | 126.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 41 | 0 | 0.61 | 0.82 | 0.10 | 15.56 | 0.79 | 0.53 |
| Hex | E6 | 5A | 29 | 0 | 3D | 52 | A | 10 | 4F | 35 |
| Octal | 346 | 132 | 51 | 0 | 75 | 122 | 12 | 20 | 117 | 65 |
| Binary | 11100110 | 1011010 | 101001 | 0 | 111101 | 1010010 | 1010 | 10000 | 1001111 | 110101 |
Color Harmonies of #E65A29
Complementary color
Monochromatic Colors of #E65A29
Black with #E65A29
Text Example
Text Example
White with #E65A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A29; }
p { color: rgb(230,90,41); }
H1.HeaderClassName
{
color: #E65A29;
}
.AnyTagClassName
{
color: #E65A29;
}
</style>
background-color css
<style>
a { background-color: #E65A29; }
a { background-color: rgb(230,90,41); }
div.DivClassName
{
background-color: #E65A29;
}
.BgClassName
{
background-color: #E65A29;
}
</style>
border-color css
<style>
span { border-color: #E65A29; }
span { border-color: rgb(230,90,41); }
td.TdClassName
{
border-color: #E65A29;
}
.TagClassName
{
border-color: #E65A29;
}
</style>