Shades of Sorbus #EA682C
Tints of Sorbus #EA682C
RGB
CMYK
RGB Variations
Color information
#EA682C (or 0xEA682C) is known color: Sorbus. HEX triplet: EA, 68 and 2C. RGB value is (234,104,44). Sum of RGB (Red+Green+Blue) = 234+104+44=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA682C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA682C is #1597D3. Grayscale: #888888. Windows color (decimal): -1415124 or 2910442. OLE color: 2910442.
HSL color Cylindrical-coordinate representation of color #EA682C: hue angle of 18.95º 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 #EA682C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 44 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.08 |
| HSL | 18.95º | 0.82% | 0.55% | - |
| HSV(B) | 18.95º | 0.81% | 0.92% | - |
| XYZ | 39.34 | 27.57 | 5.63 | - |
| YUV | 136.03 | 76.07 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 44 | 0 | 0.56 | 0.81 | 0.08 | 18.95 | 0.82 | 0.55 |
| Hex | EA | 68 | 2C | 0 | 38 | 51 | 8 | 13 | 52 | 37 |
| Octal | 352 | 150 | 54 | 0 | 70 | 121 | 10 | 23 | 122 | 67 |
| Binary | 11101010 | 1101000 | 101100 | 0 | 111000 | 1010001 | 1000 | 10011 | 1010010 | 110111 |
Color Harmonies of #EA682C
Complementary color
Monochromatic Colors of #EA682C
Black with #EA682C
Text Example
Text Example
White with #EA682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA682C; }
p { color: rgb(234,104,44); }
H1.HeaderClassName
{
color: #EA682C;
}
.AnyTagClassName
{
color: #EA682C;
}
</style>
background-color css
<style>
a { background-color: #EA682C; }
a { background-color: rgb(234,104,44); }
div.DivClassName
{
background-color: #EA682C;
}
.BgClassName
{
background-color: #EA682C;
}
</style>
border-color css
<style>
span { border-color: #EA682C; }
span { border-color: rgb(234,104,44); }
td.TdClassName
{
border-color: #EA682C;
}
.TagClassName
{
border-color: #EA682C;
}
</style>