Shades of Sorbus #E06D3F
Tints of Sorbus #E06D3F
RGB
CMYK
RGB Variations
Color information
#E06D3F (or 0xE06D3F) is known color: Sorbus. HEX triplet: E0, 6D and 3F. RGB value is (224,109,63). Sum of RGB (Red+Green+Blue) = 224+109+63=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D3F is #1F92C0. Grayscale: #8A8A8A. Windows color (decimal): -2069185 or 4156896. OLE color: 4156896.
HSL color Cylindrical-coordinate representation of color #E06D3F: hue angle of 17.14º 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 #E06D3F is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 63 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.12 |
| HSL | 17.14º | 0.72% | 0.56% | - |
| HSV(B) | 17.14º | 0.72% | 0.88% | - |
| XYZ | 37.11 | 27.14 | 7.99 | - |
| YUV | 138.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 63 | 0 | 0.51 | 0.72 | 0.12 | 17.14 | 0.72 | 0.56 |
| Hex | E0 | 6D | 3F | 0 | 33 | 48 | C | 11 | 48 | 38 |
| Octal | 340 | 155 | 77 | 0 | 63 | 110 | 14 | 21 | 110 | 70 |
| Binary | 11100000 | 1101101 | 111111 | 0 | 110011 | 1001000 | 1100 | 10001 | 1001000 | 111000 |
Color Harmonies of #E06D3F
Complementary color
Monochromatic Colors of #E06D3F
Black with #E06D3F
Text Example
Text Example
White with #E06D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D3F; }
p { color: rgb(224,109,63); }
H1.HeaderClassName
{
color: #E06D3F;
}
.AnyTagClassName
{
color: #E06D3F;
}
</style>
background-color css
<style>
a { background-color: #E06D3F; }
a { background-color: rgb(224,109,63); }
div.DivClassName
{
background-color: #E06D3F;
}
.BgClassName
{
background-color: #E06D3F;
}
</style>
border-color css
<style>
span { border-color: #E06D3F; }
span { border-color: rgb(224,109,63); }
td.TdClassName
{
border-color: #E06D3F;
}
.TagClassName
{
border-color: #E06D3F;
}
</style>