Shades of Sorbus #EA602C
Tints of Sorbus #EA602C
RGB
CMYK
RGB Variations
Color information
#EA602C (or 0xEA602C) is known color: Sorbus. HEX triplet: EA, 60 and 2C. RGB value is (234,96,44). Sum of RGB (Red+Green+Blue) = 234+96+44=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA602C is #159FD3. Grayscale: #838383. Windows color (decimal): -1417172 or 2908394. OLE color: 2908394.
HSL color Cylindrical-coordinate representation of color #EA602C: hue angle of 16.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA602C is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 44 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.08 |
| HSL | 16.42º | 0.82% | 0.55% | - |
| HSV(B) | 16.42º | 0.81% | 0.92% | - |
| XYZ | 38.57 | 26.04 | 5.38 | - |
| YUV | 131.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 44 | 0 | 0.59 | 0.81 | 0.08 | 16.42 | 0.82 | 0.55 |
| Hex | EA | 60 | 2C | 0 | 3B | 51 | 8 | 10 | 52 | 37 |
| Octal | 352 | 140 | 54 | 0 | 73 | 121 | 10 | 20 | 122 | 67 |
| Binary | 11101010 | 1100000 | 101100 | 0 | 111011 | 1010001 | 1000 | 10000 | 1010010 | 110111 |
Color Harmonies of #EA602C
Complementary color
Monochromatic Colors of #EA602C
Black with #EA602C
Text Example
Text Example
White with #EA602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA602C; }
p { color: rgb(234,96,44); }
H1.HeaderClassName
{
color: #EA602C;
}
.AnyTagClassName
{
color: #EA602C;
}
</style>
background-color css
<style>
a { background-color: #EA602C; }
a { background-color: rgb(234,96,44); }
div.DivClassName
{
background-color: #EA602C;
}
.BgClassName
{
background-color: #EA602C;
}
</style>
border-color css
<style>
span { border-color: #EA602C; }
span { border-color: rgb(234,96,44); }
td.TdClassName
{
border-color: #EA602C;
}
.TagClassName
{
border-color: #EA602C;
}
</style>