Shades of Sorbus #E06D3E
Tints of Sorbus #E06D3E
RGB
CMYK
RGB Variations
Color information
#E06D3E (or 0xE06D3E) is known color: Sorbus. HEX triplet: E0, 6D and 3E. RGB value is (224,109,62). Sum of RGB (Red+Green+Blue) = 224+109+62=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D3E is #1F92C1. Grayscale: #8A8A8A. Windows color (decimal): -2069186 or 4091360. OLE color: 4091360.
HSL color Cylindrical-coordinate representation of color #E06D3E: hue angle of 17.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E06D3E is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 62 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.12 |
| HSL | 17.41º | 0.72% | 0.56% | - |
| HSV(B) | 17.41º | 0.72% | 0.88% | - |
| XYZ | 37.08 | 27.13 | 7.84 | - |
| YUV | 138.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 62 | 0 | 0.51 | 0.72 | 0.12 | 17.41 | 0.72 | 0.56 |
| Hex | E0 | 6D | 3E | 0 | 33 | 48 | C | 11 | 48 | 38 |
| Octal | 340 | 155 | 76 | 0 | 63 | 110 | 14 | 21 | 110 | 70 |
| Binary | 11100000 | 1101101 | 111110 | 0 | 110011 | 1001000 | 1100 | 10001 | 1001000 | 111000 |
Color Harmonies of #E06D3E
Complementary color
Monochromatic Colors of #E06D3E
Black with #E06D3E
Text Example
Text Example
White with #E06D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D3E; }
p { color: rgb(224,109,62); }
H1.HeaderClassName
{
color: #E06D3E;
}
.AnyTagClassName
{
color: #E06D3E;
}
</style>
background-color css
<style>
a { background-color: #E06D3E; }
a { background-color: rgb(224,109,62); }
div.DivClassName
{
background-color: #E06D3E;
}
.BgClassName
{
background-color: #E06D3E;
}
</style>
border-color css
<style>
span { border-color: #E06D3E; }
span { border-color: rgb(224,109,62); }
td.TdClassName
{
border-color: #E06D3E;
}
.TagClassName
{
border-color: #E06D3E;
}
</style>