Shades of Sorbus #E66F32
Tints of Sorbus #E66F32
RGB
CMYK
RGB Variations
Color information
#E66F32 (or 0xE66F32) is known color: Sorbus. HEX triplet: E6, 6F and 32. RGB value is (230,111,50). Sum of RGB (Red+Green+Blue) = 230+111+50=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F32 is #1990CD. Grayscale: #8B8B8B. Windows color (decimal): -1675470 or 3305446. OLE color: 3305446.
HSL color Cylindrical-coordinate representation of color #E66F32: hue angle of 20.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E66F32 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 50 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.10 |
| HSL | 20.33º | 0.78% | 0.55% | - |
| HSV(B) | 20.33º | 0.78% | 0.9% | - |
| XYZ | 38.89 | 28.42 | 6.45 | - |
| YUV | 139.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 50 | 0 | 0.52 | 0.78 | 0.10 | 20.33 | 0.78 | 0.55 |
| Hex | E6 | 6F | 32 | 0 | 34 | 4E | A | 14 | 4E | 37 |
| Octal | 346 | 157 | 62 | 0 | 64 | 116 | 12 | 24 | 116 | 67 |
| Binary | 11100110 | 1101111 | 110010 | 0 | 110100 | 1001110 | 1010 | 10100 | 1001110 | 110111 |
Color Harmonies of #E66F32
Complementary color
Monochromatic Colors of #E66F32
Black with #E66F32
Text Example
Text Example
White with #E66F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66F32; }
p { color: rgb(230,111,50); }
H1.HeaderClassName
{
color: #E66F32;
}
.AnyTagClassName
{
color: #E66F32;
}
</style>
background-color css
<style>
a { background-color: #E66F32; }
a { background-color: rgb(230,111,50); }
div.DivClassName
{
background-color: #E66F32;
}
.BgClassName
{
background-color: #E66F32;
}
</style>
border-color css
<style>
span { border-color: #E66F32; }
span { border-color: rgb(230,111,50); }
td.TdClassName
{
border-color: #E66F32;
}
.TagClassName
{
border-color: #E66F32;
}
</style>