Shades of Sorbus #E06D3C
Tints of Sorbus #E06D3C
RGB
CMYK
RGB Variations
Color information
#E06D3C (or 0xE06D3C) is known color: Sorbus. HEX triplet: E0, 6D and 3C. RGB value is (224,109,60). Sum of RGB (Red+Green+Blue) = 224+109+60=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D3C is #1F92C3. Grayscale: #8A8A8A. Windows color (decimal): -2069188 or 3960288. OLE color: 3960288.
HSL color Cylindrical-coordinate representation of color #E06D3C: hue angle of 17.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E06D3C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 60 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.12 |
| HSL | 17.93º | 0.73% | 0.56% | - |
| HSV(B) | 17.93º | 0.73% | 0.88% | - |
| XYZ | 37.02 | 27.11 | 7.56 | - |
| YUV | 137.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 60 | 0 | 0.51 | 0.73 | 0.12 | 17.93 | 0.73 | 0.56 |
| Hex | E0 | 6D | 3C | 0 | 33 | 49 | C | 12 | 49 | 38 |
| Octal | 340 | 155 | 74 | 0 | 63 | 111 | 14 | 22 | 111 | 70 |
| Binary | 11100000 | 1101101 | 111100 | 0 | 110011 | 1001001 | 1100 | 10010 | 1001001 | 111000 |
Color Harmonies of #E06D3C
Complementary color
Monochromatic Colors of #E06D3C
Black with #E06D3C
Text Example
Text Example
White with #E06D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D3C; }
p { color: rgb(224,109,60); }
H1.HeaderClassName
{
color: #E06D3C;
}
.AnyTagClassName
{
color: #E06D3C;
}
</style>
background-color css
<style>
a { background-color: #E06D3C; }
a { background-color: rgb(224,109,60); }
div.DivClassName
{
background-color: #E06D3C;
}
.BgClassName
{
background-color: #E06D3C;
}
</style>
border-color css
<style>
span { border-color: #E06D3C; }
span { border-color: rgb(224,109,60); }
td.TdClassName
{
border-color: #E06D3C;
}
.TagClassName
{
border-color: #E06D3C;
}
</style>