Shades of Sorbus #EA603C
Tints of Sorbus #EA603C
RGB
CMYK
RGB Variations
Color information
#EA603C (or 0xEA603C) is known color: Sorbus. HEX triplet: EA, 60 and 3C. RGB value is (234,96,60). Sum of RGB (Red+Green+Blue) = 234+96+60=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA603C is #159FC3. Grayscale: #858585. Windows color (decimal): -1417156 or 3956970. OLE color: 3956970.
HSL color Cylindrical-coordinate representation of color #EA603C: hue angle of 12.41º 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 #EA603C is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 60 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.08 |
| HSL | 12.41º | 0.81% | 0.58% | - |
| HSV(B) | 12.41º | 0.74% | 0.92% | - |
| XYZ | 38.93 | 26.18 | 7.28 | - |
| YUV | 133.16 | 86.72 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 60 | 0 | 0.59 | 0.74 | 0.08 | 12.41 | 0.81 | 0.58 |
| Hex | EA | 60 | 3C | 0 | 3B | 4A | 8 | C | 51 | 3A |
| Octal | 352 | 140 | 74 | 0 | 73 | 112 | 10 | 14 | 121 | 72 |
| Binary | 11101010 | 1100000 | 111100 | 0 | 111011 | 1001010 | 1000 | 1100 | 1010001 | 111010 |
Color Harmonies of #EA603C
Complementary color
Monochromatic Colors of #EA603C
Black with #EA603C
Text Example
Text Example
White with #EA603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA603C; }
p { color: rgb(234,96,60); }
H1.HeaderClassName
{
color: #EA603C;
}
.AnyTagClassName
{
color: #EA603C;
}
</style>
background-color css
<style>
a { background-color: #EA603C; }
a { background-color: rgb(234,96,60); }
div.DivClassName
{
background-color: #EA603C;
}
.BgClassName
{
background-color: #EA603C;
}
</style>
border-color css
<style>
span { border-color: #EA603C; }
span { border-color: rgb(234,96,60); }
td.TdClassName
{
border-color: #EA603C;
}
.TagClassName
{
border-color: #EA603C;
}
</style>