Shades of Sorbus #EA5E36
Tints of Sorbus #EA5E36
RGB
CMYK
RGB Variations
Color information
#EA5E36 (or 0xEA5E36) is known color: Sorbus. HEX triplet: EA, 5E and 36. RGB value is (234,94,54). Sum of RGB (Red+Green+Blue) = 234+94+54=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E36 is #15A1C9. Grayscale: #838383. Windows color (decimal): -1417674 or 3563242. OLE color: 3563242.
HSL color Cylindrical-coordinate representation of color #EA5E36: hue angle of 13.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA5E36 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 54 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.08 |
| HSL | 13.33º | 0.81% | 0.56% | - |
| HSV(B) | 13.33º | 0.77% | 0.92% | - |
| XYZ | 38.6 | 25.76 | 6.43 | - |
| YUV | 131.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 54 | 0 | 0.60 | 0.77 | 0.08 | 13.33 | 0.81 | 0.56 |
| Hex | EA | 5E | 36 | 0 | 3C | 4D | 8 | D | 51 | 38 |
| Octal | 352 | 136 | 66 | 0 | 74 | 115 | 10 | 15 | 121 | 70 |
| Binary | 11101010 | 1011110 | 110110 | 0 | 111100 | 1001101 | 1000 | 1101 | 1010001 | 111000 |
Color Harmonies of #EA5E36
Complementary color
Monochromatic Colors of #EA5E36
Black with #EA5E36
Text Example
Text Example
White with #EA5E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E36; }
p { color: rgb(234,94,54); }
H1.HeaderClassName
{
color: #EA5E36;
}
.AnyTagClassName
{
color: #EA5E36;
}
</style>
background-color css
<style>
a { background-color: #EA5E36; }
a { background-color: rgb(234,94,54); }
div.DivClassName
{
background-color: #EA5E36;
}
.BgClassName
{
background-color: #EA5E36;
}
</style>
border-color css
<style>
span { border-color: #EA5E36; }
span { border-color: rgb(234,94,54); }
td.TdClassName
{
border-color: #EA5E36;
}
.TagClassName
{
border-color: #EA5E36;
}
</style>