Shades of Sorbus #EA5E31
Tints of Sorbus #EA5E31
RGB
CMYK
RGB Variations
Color information
#EA5E31 (or 0xEA5E31) is known color: Sorbus. HEX triplet: EA, 5E and 31. RGB value is (234,94,49). Sum of RGB (Red+Green+Blue) = 234+94+49=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E31 is #15A1CE. Grayscale: #838383. Windows color (decimal): -1417679 or 3235562. OLE color: 3235562.
HSL color Cylindrical-coordinate representation of color #EA5E31: hue angle of 14.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA5E31 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 49 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.08 |
| HSL | 14.59º | 0.81% | 0.55% | - |
| HSV(B) | 14.59º | 0.79% | 0.92% | - |
| XYZ | 38.49 | 25.72 | 5.84 | - |
| YUV | 130.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 49 | 0 | 0.60 | 0.79 | 0.08 | 14.59 | 0.81 | 0.55 |
| Hex | EA | 5E | 31 | 0 | 3C | 4F | 8 | F | 51 | 37 |
| Octal | 352 | 136 | 61 | 0 | 74 | 117 | 10 | 17 | 121 | 67 |
| Binary | 11101010 | 1011110 | 110001 | 0 | 111100 | 1001111 | 1000 | 1111 | 1010001 | 110111 |
Color Harmonies of #EA5E31
Complementary color
Monochromatic Colors of #EA5E31
Black with #EA5E31
Text Example
Text Example
White with #EA5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E31; }
p { color: rgb(234,94,49); }
H1.HeaderClassName
{
color: #EA5E31;
}
.AnyTagClassName
{
color: #EA5E31;
}
</style>
background-color css
<style>
a { background-color: #EA5E31; }
a { background-color: rgb(234,94,49); }
div.DivClassName
{
background-color: #EA5E31;
}
.BgClassName
{
background-color: #EA5E31;
}
</style>
border-color css
<style>
span { border-color: #EA5E31; }
span { border-color: rgb(234,94,49); }
td.TdClassName
{
border-color: #EA5E31;
}
.TagClassName
{
border-color: #EA5E31;
}
</style>