Shades of Sorbus #EA5E3C
Tints of Sorbus #EA5E3C
RGB
CMYK
RGB Variations
Color information
#EA5E3C (or 0xEA5E3C) is known color: Sorbus. HEX triplet: EA, 5E and 3C. RGB value is (234,94,60). Sum of RGB (Red+Green+Blue) = 234+94+60=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E3C is #15A1C3. Grayscale: #848484. Windows color (decimal): -1417668 or 3956458. OLE color: 3956458.
HSL color Cylindrical-coordinate representation of color #EA5E3C: hue angle of 11.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA5E3C is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 60 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.08 |
| HSL | 11.72º | 0.81% | 0.58% | - |
| HSV(B) | 11.72º | 0.74% | 0.92% | - |
| XYZ | 38.75 | 25.82 | 7.22 | - |
| YUV | 131.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 60 | 0 | 0.60 | 0.74 | 0.08 | 11.72 | 0.81 | 0.58 |
| Hex | EA | 5E | 3C | 0 | 3C | 4A | 8 | C | 51 | 3A |
| Octal | 352 | 136 | 74 | 0 | 74 | 112 | 10 | 14 | 121 | 72 |
| Binary | 11101010 | 1011110 | 111100 | 0 | 111100 | 1001010 | 1000 | 1100 | 1010001 | 111010 |
Color Harmonies of #EA5E3C
Complementary color
Monochromatic Colors of #EA5E3C
Black with #EA5E3C
Text Example
Text Example
White with #EA5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E3C; }
p { color: rgb(234,94,60); }
H1.HeaderClassName
{
color: #EA5E3C;
}
.AnyTagClassName
{
color: #EA5E3C;
}
</style>
background-color css
<style>
a { background-color: #EA5E3C; }
a { background-color: rgb(234,94,60); }
div.DivClassName
{
background-color: #EA5E3C;
}
.BgClassName
{
background-color: #EA5E3C;
}
</style>
border-color css
<style>
span { border-color: #EA5E3C; }
span { border-color: rgb(234,94,60); }
td.TdClassName
{
border-color: #EA5E3C;
}
.TagClassName
{
border-color: #EA5E3C;
}
</style>