Shades of Sorbus #E06A45
Tints of Sorbus #E06A45
RGB
CMYK
RGB Variations
Color information
#E06A45 (or 0xE06A45) is known color: Sorbus. HEX triplet: E0, 6A and 45. RGB value is (224,106,69). Sum of RGB (Red+Green+Blue) = 224+106+69=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A45 is #1F95BA. Grayscale: #898989. Windows color (decimal): -2069947 or 4549344. OLE color: 4549344.
HSL color Cylindrical-coordinate representation of color #E06A45: hue angle of 14.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E06A45 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 69 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.12 |
| HSL | 14.32º | 0.71% | 0.57% | - |
| HSV(B) | 14.32º | 0.69% | 0.88% | - |
| XYZ | 36.97 | 26.59 | 8.81 | - |
| YUV | 137.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 69 | 0 | 0.53 | 0.69 | 0.12 | 14.32 | 0.71 | 0.57 |
| Hex | E0 | 6A | 45 | 0 | 35 | 45 | C | E | 47 | 39 |
| Octal | 340 | 152 | 105 | 0 | 65 | 105 | 14 | 16 | 107 | 71 |
| Binary | 11100000 | 1101010 | 1000101 | 0 | 110101 | 1000101 | 1100 | 1110 | 1000111 | 111001 |
Color Harmonies of #E06A45
Complementary color
Monochromatic Colors of #E06A45
Black with #E06A45
Text Example
Text Example
White with #E06A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A45; }
p { color: rgb(224,106,69); }
H1.HeaderClassName
{
color: #E06A45;
}
.AnyTagClassName
{
color: #E06A45;
}
</style>
background-color css
<style>
a { background-color: #E06A45; }
a { background-color: rgb(224,106,69); }
div.DivClassName
{
background-color: #E06A45;
}
.BgClassName
{
background-color: #E06A45;
}
</style>
border-color css
<style>
span { border-color: #E06A45; }
span { border-color: rgb(224,106,69); }
td.TdClassName
{
border-color: #E06A45;
}
.TagClassName
{
border-color: #E06A45;
}
</style>