Shades of Sorbus #E06F3F
Tints of Sorbus #E06F3F
RGB
CMYK
RGB Variations
Color information
#E06F3F (or 0xE06F3F) is known color: Sorbus. HEX triplet: E0, 6F and 3F. RGB value is (224,111,63). Sum of RGB (Red+Green+Blue) = 224+111+63=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F3F is #1F90C0. Grayscale: #8B8B8B. Windows color (decimal): -2068673 or 4157408. OLE color: 4157408.
HSL color Cylindrical-coordinate representation of color #E06F3F: hue angle of 17.89º 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 #E06F3F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 63 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.12 |
| HSL | 17.89º | 0.72% | 0.56% | - |
| HSV(B) | 17.89º | 0.72% | 0.88% | - |
| XYZ | 37.32 | 27.58 | 8.06 | - |
| YUV | 139.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 63 | 0 | 0.50 | 0.72 | 0.12 | 17.89 | 0.72 | 0.56 |
| Hex | E0 | 6F | 3F | 0 | 32 | 48 | C | 12 | 48 | 38 |
| Octal | 340 | 157 | 77 | 0 | 62 | 110 | 14 | 22 | 110 | 70 |
| Binary | 11100000 | 1101111 | 111111 | 0 | 110010 | 1001000 | 1100 | 10010 | 1001000 | 111000 |
Color Harmonies of #E06F3F
Complementary color
Monochromatic Colors of #E06F3F
Black with #E06F3F
Text Example
Text Example
White with #E06F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F3F; }
p { color: rgb(224,111,63); }
H1.HeaderClassName
{
color: #E06F3F;
}
.AnyTagClassName
{
color: #E06F3F;
}
</style>
background-color css
<style>
a { background-color: #E06F3F; }
a { background-color: rgb(224,111,63); }
div.DivClassName
{
background-color: #E06F3F;
}
.BgClassName
{
background-color: #E06F3F;
}
</style>
border-color css
<style>
span { border-color: #E06F3F; }
span { border-color: rgb(224,111,63); }
td.TdClassName
{
border-color: #E06F3F;
}
.TagClassName
{
border-color: #E06F3F;
}
</style>