Shades of Sorbus #E06B2F
Tints of Sorbus #E06B2F
RGB
CMYK
RGB Variations
Color information
#E06B2F (or 0xE06B2F) is known color: Sorbus. HEX triplet: E0, 6B and 2F. RGB value is (224,107,47). Sum of RGB (Red+Green+Blue) = 224+107+47=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06B2F is #1F94D0. Grayscale: #878787. Windows color (decimal): -2069713 or 3107808. OLE color: 3107808.
HSL color Cylindrical-coordinate representation of color #E06B2F: hue angle of 20.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E06B2F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 47 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.12 |
| HSL | 20.34º | 0.74% | 0.53% | - |
| HSV(B) | 20.34º | 0.79% | 0.88% | - |
| XYZ | 36.51 | 26.57 | 5.89 | - |
| YUV | 135.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 47 | 0 | 0.52 | 0.79 | 0.12 | 20.34 | 0.74 | 0.53 |
| Hex | E0 | 6B | 2F | 0 | 34 | 4F | C | 14 | 4A | 35 |
| Octal | 340 | 153 | 57 | 0 | 64 | 117 | 14 | 24 | 112 | 65 |
| Binary | 11100000 | 1101011 | 101111 | 0 | 110100 | 1001111 | 1100 | 10100 | 1001010 | 110101 |
Color Harmonies of #E06B2F
Complementary color
Monochromatic Colors of #E06B2F
Black with #E06B2F
Text Example
Text Example
White with #E06B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B2F; }
p { color: rgb(224,107,47); }
H1.HeaderClassName
{
color: #E06B2F;
}
.AnyTagClassName
{
color: #E06B2F;
}
</style>
background-color css
<style>
a { background-color: #E06B2F; }
a { background-color: rgb(224,107,47); }
div.DivClassName
{
background-color: #E06B2F;
}
.BgClassName
{
background-color: #E06B2F;
}
</style>
border-color css
<style>
span { border-color: #E06B2F; }
span { border-color: rgb(224,107,47); }
td.TdClassName
{
border-color: #E06B2F;
}
.TagClassName
{
border-color: #E06B2F;
}
</style>