Shades of Sorbus #E65A31
Tints of Sorbus #E65A31
RGB
CMYK
RGB Variations
Color information
#E65A31 (or 0xE65A31) is known color: Sorbus. HEX triplet: E6, 5A and 31. RGB value is (230,90,49). Sum of RGB (Red+Green+Blue) = 230+90+49=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65A31 is #19A5CE. Grayscale: #7F7F7F. Windows color (decimal): -1680847 or 3234534. OLE color: 3234534.
HSL color Cylindrical-coordinate representation of color #E65A31: hue angle of 13.59º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E65A31 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 49 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.10 |
| HSL | 13.59º | 0.78% | 0.55% | - |
| HSV(B) | 13.59º | 0.79% | 0.9% | - |
| XYZ | 36.84 | 24.36 | 5.67 | - |
| YUV | 127.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 49 | 0 | 0.61 | 0.79 | 0.10 | 13.59 | 0.78 | 0.55 |
| Hex | E6 | 5A | 31 | 0 | 3D | 4F | A | E | 4E | 37 |
| Octal | 346 | 132 | 61 | 0 | 75 | 117 | 12 | 16 | 116 | 67 |
| Binary | 11100110 | 1011010 | 110001 | 0 | 111101 | 1001111 | 1010 | 1110 | 1001110 | 110111 |
Color Harmonies of #E65A31
Complementary color
Monochromatic Colors of #E65A31
Black with #E65A31
Text Example
Text Example
White with #E65A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A31; }
p { color: rgb(230,90,49); }
H1.HeaderClassName
{
color: #E65A31;
}
.AnyTagClassName
{
color: #E65A31;
}
</style>
background-color css
<style>
a { background-color: #E65A31; }
a { background-color: rgb(230,90,49); }
div.DivClassName
{
background-color: #E65A31;
}
.BgClassName
{
background-color: #E65A31;
}
</style>
border-color css
<style>
span { border-color: #E65A31; }
span { border-color: rgb(230,90,49); }
td.TdClassName
{
border-color: #E65A31;
}
.TagClassName
{
border-color: #E65A31;
}
</style>