Shades of Sorbus #E06F35
Tints of Sorbus #E06F35
RGB
CMYK
RGB Variations
Color information
#E06F35 (or 0xE06F35) is known color: Sorbus. HEX triplet: E0, 6F and 35. RGB value is (224,111,53). Sum of RGB (Red+Green+Blue) = 224+111+53=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F35 is #1F90CA. Grayscale: #8A8A8A. Windows color (decimal): -2068683 or 3502048. OLE color: 3502048.
HSL color Cylindrical-coordinate representation of color #E06F35: hue angle of 20.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E06F35 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 53 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.12 |
| HSL | 20.35º | 0.73% | 0.54% | - |
| HSV(B) | 20.35º | 0.76% | 0.88% | - |
| XYZ | 37.07 | 27.47 | 6.72 | - |
| YUV | 138.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 53 | 0 | 0.50 | 0.76 | 0.12 | 20.35 | 0.73 | 0.54 |
| Hex | E0 | 6F | 35 | 0 | 32 | 4C | C | 14 | 49 | 36 |
| Octal | 340 | 157 | 65 | 0 | 62 | 114 | 14 | 24 | 111 | 66 |
| Binary | 11100000 | 1101111 | 110101 | 0 | 110010 | 1001100 | 1100 | 10100 | 1001001 | 110110 |
Color Harmonies of #E06F35
Complementary color
Monochromatic Colors of #E06F35
Black with #E06F35
Text Example
Text Example
White with #E06F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F35; }
p { color: rgb(224,111,53); }
H1.HeaderClassName
{
color: #E06F35;
}
.AnyTagClassName
{
color: #E06F35;
}
</style>
background-color css
<style>
a { background-color: #E06F35; }
a { background-color: rgb(224,111,53); }
div.DivClassName
{
background-color: #E06F35;
}
.BgClassName
{
background-color: #E06F35;
}
</style>
border-color css
<style>
span { border-color: #E06F35; }
span { border-color: rgb(224,111,53); }
td.TdClassName
{
border-color: #E06F35;
}
.TagClassName
{
border-color: #E06F35;
}
</style>