Shades of Sorbus #E75A28
Tints of Sorbus #E75A28
RGB
CMYK
RGB Variations
Color information
#E75A28 (or 0xE75A28) is known color: Sorbus. HEX triplet: E7, 5A and 28. RGB value is (231,90,40). Sum of RGB (Red+Green+Blue) = 231+90+40=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75A28 is #18A5D7. Grayscale: #7E7E7E. Windows color (decimal): -1615320 or 2644711. OLE color: 2644711.
HSL color Cylindrical-coordinate representation of color #E75A28: hue angle of 15.71º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E75A28 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 40 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.09 |
| HSL | 15.71º | 0.8% | 0.53% | - |
| HSV(B) | 15.71º | 0.83% | 0.91% | - |
| XYZ | 36.99 | 24.45 | 4.78 | - |
| YUV | 126.46 | 79.21 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 40 | 0 | 0.61 | 0.83 | 0.09 | 15.71 | 0.8 | 0.53 |
| Hex | E7 | 5A | 28 | 0 | 3D | 53 | 9 | 10 | 50 | 35 |
| Octal | 347 | 132 | 50 | 0 | 75 | 123 | 11 | 20 | 120 | 65 |
| Binary | 11100111 | 1011010 | 101000 | 0 | 111101 | 1010011 | 1001 | 10000 | 1010000 | 110101 |
Color Harmonies of #E75A28
Complementary color
Monochromatic Colors of #E75A28
Black with #E75A28
Text Example
Text Example
White with #E75A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A28; }
p { color: rgb(231,90,40); }
H1.HeaderClassName
{
color: #E75A28;
}
.AnyTagClassName
{
color: #E75A28;
}
</style>
background-color css
<style>
a { background-color: #E75A28; }
a { background-color: rgb(231,90,40); }
div.DivClassName
{
background-color: #E75A28;
}
.BgClassName
{
background-color: #E75A28;
}
</style>
border-color css
<style>
span { border-color: #E75A28; }
span { border-color: rgb(231,90,40); }
td.TdClassName
{
border-color: #E75A28;
}
.TagClassName
{
border-color: #E75A28;
}
</style>