Shades of Sorbus #EA603B
Tints of Sorbus #EA603B
RGB
CMYK
RGB Variations
Color information
#EA603B (or 0xEA603B) is known color: Sorbus. HEX triplet: EA, 60 and 3B. RGB value is (234,96,59). Sum of RGB (Red+Green+Blue) = 234+96+59=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA603B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA603B is #159FC4. Grayscale: #858585. Windows color (decimal): -1417157 or 3891434. OLE color: 3891434.
HSL color Cylindrical-coordinate representation of color #EA603B: hue angle of 12.69º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA603B is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 59 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.08 |
| HSL | 12.69º | 0.81% | 0.57% | - |
| HSV(B) | 12.69º | 0.75% | 0.92% | - |
| XYZ | 38.9 | 26.17 | 7.14 | - |
| YUV | 133.04 | 86.22 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 59 | 0 | 0.59 | 0.75 | 0.08 | 12.69 | 0.81 | 0.57 |
| Hex | EA | 60 | 3B | 0 | 3B | 4B | 8 | D | 51 | 39 |
| Octal | 352 | 140 | 73 | 0 | 73 | 113 | 10 | 15 | 121 | 71 |
| Binary | 11101010 | 1100000 | 111011 | 0 | 111011 | 1001011 | 1000 | 1101 | 1010001 | 111001 |
Color Harmonies of #EA603B
Complementary color
Monochromatic Colors of #EA603B
Black with #EA603B
Text Example
Text Example
White with #EA603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA603B; }
p { color: rgb(234,96,59); }
H1.HeaderClassName
{
color: #EA603B;
}
.AnyTagClassName
{
color: #EA603B;
}
</style>
background-color css
<style>
a { background-color: #EA603B; }
a { background-color: rgb(234,96,59); }
div.DivClassName
{
background-color: #EA603B;
}
.BgClassName
{
background-color: #EA603B;
}
</style>
border-color css
<style>
span { border-color: #EA603B; }
span { border-color: rgb(234,96,59); }
td.TdClassName
{
border-color: #EA603B;
}
.TagClassName
{
border-color: #EA603B;
}
</style>