Shades of Sorbus #EA5C28
Tints of Sorbus #EA5C28
RGB
CMYK
RGB Variations
Color information
#EA5C28 (or 0xEA5C28) is known color: Sorbus. HEX triplet: EA, 5C and 28. RGB value is (234,92,40). Sum of RGB (Red+Green+Blue) = 234+92+40=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C28 is #15A3D7. Grayscale: #808080. Windows color (decimal): -1418200 or 2645226. OLE color: 2645226.
HSL color Cylindrical-coordinate representation of color #EA5C28: hue angle of 16.08º 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 #EA5C28 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 40 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.08 |
| HSL | 16.08º | 0.82% | 0.54% | - |
| HSV(B) | 16.08º | 0.83% | 0.92% | - |
| XYZ | 38.14 | 25.3 | 4.88 | - |
| YUV | 128.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 40 | 0 | 0.61 | 0.83 | 0.08 | 16.08 | 0.82 | 0.54 |
| Hex | EA | 5C | 28 | 0 | 3D | 53 | 8 | 10 | 52 | 36 |
| Octal | 352 | 134 | 50 | 0 | 75 | 123 | 10 | 20 | 122 | 66 |
| Binary | 11101010 | 1011100 | 101000 | 0 | 111101 | 1010011 | 1000 | 10000 | 1010010 | 110110 |
Color Harmonies of #EA5C28
Complementary color
Monochromatic Colors of #EA5C28
Black with #EA5C28
Text Example
Text Example
White with #EA5C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C28; }
p { color: rgb(234,92,40); }
H1.HeaderClassName
{
color: #EA5C28;
}
.AnyTagClassName
{
color: #EA5C28;
}
</style>
background-color css
<style>
a { background-color: #EA5C28; }
a { background-color: rgb(234,92,40); }
div.DivClassName
{
background-color: #EA5C28;
}
.BgClassName
{
background-color: #EA5C28;
}
</style>
border-color css
<style>
span { border-color: #EA5C28; }
span { border-color: rgb(234,92,40); }
td.TdClassName
{
border-color: #EA5C28;
}
.TagClassName
{
border-color: #EA5C28;
}
</style>