Shades of Sorbus #E06F3E
Tints of Sorbus #E06F3E
RGB
CMYK
RGB Variations
Color information
#E06F3E (or 0xE06F3E) is known color: Sorbus. HEX triplet: E0, 6F and 3E. RGB value is (224,111,62). Sum of RGB (Red+Green+Blue) = 224+111+62=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F3E is #1F90C1. Grayscale: #8B8B8B. Windows color (decimal): -2068674 or 4091872. OLE color: 4091872.
HSL color Cylindrical-coordinate representation of color #E06F3E: hue angle of 18.15º 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 #E06F3E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 62 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.12 |
| HSL | 18.15º | 0.72% | 0.56% | - |
| HSV(B) | 18.15º | 0.72% | 0.88% | - |
| XYZ | 37.29 | 27.56 | 7.91 | - |
| YUV | 139.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 62 | 0 | 0.50 | 0.72 | 0.12 | 18.15 | 0.72 | 0.56 |
| Hex | E0 | 6F | 3E | 0 | 32 | 48 | C | 12 | 48 | 38 |
| Octal | 340 | 157 | 76 | 0 | 62 | 110 | 14 | 22 | 110 | 70 |
| Binary | 11100000 | 1101111 | 111110 | 0 | 110010 | 1001000 | 1100 | 10010 | 1001000 | 111000 |
Color Harmonies of #E06F3E
Complementary color
Monochromatic Colors of #E06F3E
Black with #E06F3E
Text Example
Text Example
White with #E06F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F3E; }
p { color: rgb(224,111,62); }
H1.HeaderClassName
{
color: #E06F3E;
}
.AnyTagClassName
{
color: #E06F3E;
}
</style>
background-color css
<style>
a { background-color: #E06F3E; }
a { background-color: rgb(224,111,62); }
div.DivClassName
{
background-color: #E06F3E;
}
.BgClassName
{
background-color: #E06F3E;
}
</style>
border-color css
<style>
span { border-color: #E06F3E; }
span { border-color: rgb(224,111,62); }
td.TdClassName
{
border-color: #E06F3E;
}
.TagClassName
{
border-color: #E06F3E;
}
</style>