Shades of Sorbus #E66B32
Tints of Sorbus #E66B32
RGB
CMYK
RGB Variations
Color information
#E66B32 (or 0xE66B32) is known color: Sorbus. HEX triplet: E6, 6B and 32. RGB value is (230,107,50). Sum of RGB (Red+Green+Blue) = 230+107+50=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66B32 is #1994CD. Grayscale: #898989. Windows color (decimal): -1676494 or 3304422. OLE color: 3304422.
HSL color Cylindrical-coordinate representation of color #E66B32: hue angle of 19º 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 #E66B32 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 50 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.10 |
| HSL | 19º | 0.78% | 0.55% | - |
| HSV(B) | 19º | 0.78% | 0.9% | - |
| XYZ | 38.47 | 27.57 | 6.31 | - |
| YUV | 137.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 50 | 0 | 0.53 | 0.78 | 0.10 | 19 | 0.78 | 0.55 |
| Hex | E6 | 6B | 32 | 0 | 35 | 4E | A | 13 | 4E | 37 |
| Octal | 346 | 153 | 62 | 0 | 65 | 116 | 12 | 23 | 116 | 67 |
| Binary | 11100110 | 1101011 | 110010 | 0 | 110101 | 1001110 | 1010 | 10011 | 1001110 | 110111 |
Color Harmonies of #E66B32
Complementary color
Monochromatic Colors of #E66B32
Black with #E66B32
Text Example
Text Example
White with #E66B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66B32; }
p { color: rgb(230,107,50); }
H1.HeaderClassName
{
color: #E66B32;
}
.AnyTagClassName
{
color: #E66B32;
}
</style>
background-color css
<style>
a { background-color: #E66B32; }
a { background-color: rgb(230,107,50); }
div.DivClassName
{
background-color: #E66B32;
}
.BgClassName
{
background-color: #E66B32;
}
</style>
border-color css
<style>
span { border-color: #E66B32; }
span { border-color: rgb(230,107,50); }
td.TdClassName
{
border-color: #E66B32;
}
.TagClassName
{
border-color: #E66B32;
}
</style>