Shades of Sorbus #EA642C
Tints of Sorbus #EA642C
RGB
CMYK
RGB Variations
Color information
#EA642C (or 0xEA642C) is known color: Sorbus. HEX triplet: EA, 64 and 2C. RGB value is (234,100,44). Sum of RGB (Red+Green+Blue) = 234+100+44=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA642C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA642C is #159BD3. Grayscale: #868686. Windows color (decimal): -1416148 or 2909418. OLE color: 2909418.
HSL color Cylindrical-coordinate representation of color #EA642C: hue angle of 17.68º 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 #EA642C is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 100 | 44 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.08 |
| HSL | 17.68º | 0.82% | 0.55% | - |
| HSV(B) | 17.68º | 0.81% | 0.92% | - |
| XYZ | 38.94 | 26.79 | 5.5 | - |
| YUV | 133.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 100 | 44 | 0 | 0.57 | 0.81 | 0.08 | 17.68 | 0.82 | 0.55 |
| Hex | EA | 64 | 2C | 0 | 39 | 51 | 8 | 12 | 52 | 37 |
| Octal | 352 | 144 | 54 | 0 | 71 | 121 | 10 | 22 | 122 | 67 |
| Binary | 11101010 | 1100100 | 101100 | 0 | 111001 | 1010001 | 1000 | 10010 | 1010010 | 110111 |
Color Harmonies of #EA642C
Complementary color
Monochromatic Colors of #EA642C
Black with #EA642C
Text Example
Text Example
White with #EA642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA642C; }
p { color: rgb(234,100,44); }
H1.HeaderClassName
{
color: #EA642C;
}
.AnyTagClassName
{
color: #EA642C;
}
</style>
background-color css
<style>
a { background-color: #EA642C; }
a { background-color: rgb(234,100,44); }
div.DivClassName
{
background-color: #EA642C;
}
.BgClassName
{
background-color: #EA642C;
}
</style>
border-color css
<style>
span { border-color: #EA642C; }
span { border-color: rgb(234,100,44); }
td.TdClassName
{
border-color: #EA642C;
}
.TagClassName
{
border-color: #EA642C;
}
</style>