Shades of Sorbus #EA5B27
Tints of Sorbus #EA5B27
RGB
CMYK
RGB Variations
Color information
#EA5B27 (or 0xEA5B27) is known color: Sorbus. HEX triplet: EA, 5B and 27. RGB value is (234,91,39). Sum of RGB (Red+Green+Blue) = 234+91+39=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5B27 is #15A4D8. Grayscale: #808080. Windows color (decimal): -1418457 or 2579434. OLE color: 2579434.
HSL color Cylindrical-coordinate representation of color #EA5B27: hue angle of 16º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA5B27 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 39 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.08 |
| HSL | 16º | 0.82% | 0.54% | - |
| HSV(B) | 16º | 0.83% | 0.92% | - |
| XYZ | 38.04 | 25.12 | 4.76 | - |
| YUV | 127.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 39 | 0 | 0.61 | 0.83 | 0.08 | 16 | 0.82 | 0.54 |
| Hex | EA | 5B | 27 | 0 | 3D | 53 | 8 | 10 | 52 | 36 |
| Octal | 352 | 133 | 47 | 0 | 75 | 123 | 10 | 20 | 122 | 66 |
| Binary | 11101010 | 1011011 | 100111 | 0 | 111101 | 1010011 | 1000 | 10000 | 1010010 | 110110 |
Color Harmonies of #EA5B27
Complementary color
Monochromatic Colors of #EA5B27
Black with #EA5B27
Text Example
Text Example
White with #EA5B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5B27; }
p { color: rgb(234,91,39); }
H1.HeaderClassName
{
color: #EA5B27;
}
.AnyTagClassName
{
color: #EA5B27;
}
</style>
background-color css
<style>
a { background-color: #EA5B27; }
a { background-color: rgb(234,91,39); }
div.DivClassName
{
background-color: #EA5B27;
}
.BgClassName
{
background-color: #EA5B27;
}
</style>
border-color css
<style>
span { border-color: #EA5B27; }
span { border-color: rgb(234,91,39); }
td.TdClassName
{
border-color: #EA5B27;
}
.TagClassName
{
border-color: #EA5B27;
}
</style>