Shades of Sorbus #EA6842
Tints of Sorbus #EA6842
RGB
CMYK
RGB Variations
Color information
#EA6842 (or 0xEA6842) is known color: Sorbus. HEX triplet: EA, 68 and 42. RGB value is (234,104,66). Sum of RGB (Red+Green+Blue) = 234+104+66=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6842 is #1597BD. Grayscale: #8A8A8A. Windows color (decimal): -1415102 or 4352234. OLE color: 4352234.
HSL color Cylindrical-coordinate representation of color #EA6842: hue angle of 13.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA6842 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 66 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.08 |
| HSL | 13.57º | 0.8% | 0.59% | - |
| HSV(B) | 13.57º | 0.72% | 0.92% | - |
| XYZ | 39.87 | 27.79 | 8.42 | - |
| YUV | 138.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 66 | 0 | 0.56 | 0.72 | 0.08 | 13.57 | 0.8 | 0.59 |
| Hex | EA | 68 | 42 | 0 | 38 | 48 | 8 | E | 50 | 3B |
| Octal | 352 | 150 | 102 | 0 | 70 | 110 | 10 | 16 | 120 | 73 |
| Binary | 11101010 | 1101000 | 1000010 | 0 | 111000 | 1001000 | 1000 | 1110 | 1010000 | 111011 |
Color Harmonies of #EA6842
Complementary color
Monochromatic Colors of #EA6842
Black with #EA6842
Text Example
Text Example
White with #EA6842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6842; }
p { color: rgb(234,104,66); }
H1.HeaderClassName
{
color: #EA6842;
}
.AnyTagClassName
{
color: #EA6842;
}
</style>
background-color css
<style>
a { background-color: #EA6842; }
a { background-color: rgb(234,104,66); }
div.DivClassName
{
background-color: #EA6842;
}
.BgClassName
{
background-color: #EA6842;
}
</style>
border-color css
<style>
span { border-color: #EA6842; }
span { border-color: rgb(234,104,66); }
td.TdClassName
{
border-color: #EA6842;
}
.TagClassName
{
border-color: #EA6842;
}
</style>