Shades of Sorbus #E66A32
Tints of Sorbus #E66A32
RGB
CMYK
RGB Variations
Color information
#E66A32 (or 0xE66A32) is known color: Sorbus. HEX triplet: E6, 6A and 32. RGB value is (230,106,50). Sum of RGB (Red+Green+Blue) = 230+106+50=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66A32 is #1995CD. Grayscale: #898989. Windows color (decimal): -1676750 or 3304166. OLE color: 3304166.
HSL color Cylindrical-coordinate representation of color #E66A32: hue angle of 18.67º 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 #E66A32 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 50 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.10 |
| HSL | 18.67º | 0.78% | 0.55% | - |
| HSV(B) | 18.67º | 0.78% | 0.9% | - |
| XYZ | 38.36 | 27.36 | 6.28 | - |
| YUV | 136.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 50 | 0 | 0.54 | 0.78 | 0.10 | 18.67 | 0.78 | 0.55 |
| Hex | E6 | 6A | 32 | 0 | 36 | 4E | A | 13 | 4E | 37 |
| Octal | 346 | 152 | 62 | 0 | 66 | 116 | 12 | 23 | 116 | 67 |
| Binary | 11100110 | 1101010 | 110010 | 0 | 110110 | 1001110 | 1010 | 10011 | 1001110 | 110111 |
Color Harmonies of #E66A32
Complementary color
Monochromatic Colors of #E66A32
Black with #E66A32
Text Example
Text Example
White with #E66A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A32; }
p { color: rgb(230,106,50); }
H1.HeaderClassName
{
color: #E66A32;
}
.AnyTagClassName
{
color: #E66A32;
}
</style>
background-color css
<style>
a { background-color: #E66A32; }
a { background-color: rgb(230,106,50); }
div.DivClassName
{
background-color: #E66A32;
}
.BgClassName
{
background-color: #E66A32;
}
</style>
border-color css
<style>
span { border-color: #E66A32; }
span { border-color: rgb(230,106,50); }
td.TdClassName
{
border-color: #E66A32;
}
.TagClassName
{
border-color: #E66A32;
}
</style>