Shades of Sorbus #EA5D26
Tints of Sorbus #EA5D26
RGB
CMYK
RGB Variations
Color information
#EA5D26 (or 0xEA5D26) is known color: Sorbus. HEX triplet: EA, 5D and 26. RGB value is (234,93,38). Sum of RGB (Red+Green+Blue) = 234+93+38=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D26 is #15A2D9. Grayscale: #818181. Windows color (decimal): -1417946 or 2514410. OLE color: 2514410.
HSL color Cylindrical-coordinate representation of color #EA5D26: hue angle of 16.84º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA5D26 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 38 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.08 |
| HSL | 16.84º | 0.82% | 0.53% | - |
| HSV(B) | 16.84º | 0.84% | 0.92% | - |
| XYZ | 38.2 | 25.46 | 4.74 | - |
| YUV | 128.89 | 76.71 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 38 | 0 | 0.60 | 0.84 | 0.08 | 16.84 | 0.82 | 0.53 |
| Hex | EA | 5D | 26 | 0 | 3C | 54 | 8 | 11 | 52 | 35 |
| Octal | 352 | 135 | 46 | 0 | 74 | 124 | 10 | 21 | 122 | 65 |
| Binary | 11101010 | 1011101 | 100110 | 0 | 111100 | 1010100 | 1000 | 10001 | 1010010 | 110101 |
Color Harmonies of #EA5D26
Complementary color
Monochromatic Colors of #EA5D26
Black with #EA5D26
Text Example
Text Example
White with #EA5D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D26; }
p { color: rgb(234,93,38); }
H1.HeaderClassName
{
color: #EA5D26;
}
.AnyTagClassName
{
color: #EA5D26;
}
</style>
background-color css
<style>
a { background-color: #EA5D26; }
a { background-color: rgb(234,93,38); }
div.DivClassName
{
background-color: #EA5D26;
}
.BgClassName
{
background-color: #EA5D26;
}
</style>
border-color css
<style>
span { border-color: #EA5D26; }
span { border-color: rgb(234,93,38); }
td.TdClassName
{
border-color: #EA5D26;
}
.TagClassName
{
border-color: #EA5D26;
}
</style>