Shades of Sorbus #E66B3A
Tints of Sorbus #E66B3A
RGB
CMYK
RGB Variations
Color information
#E66B3A (or 0xE66B3A) is known color: Sorbus. HEX triplet: E6, 6B and 3A. RGB value is (230,107,58). Sum of RGB (Red+Green+Blue) = 230+107+58=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66B3A is #1994C5. Grayscale: #8A8A8A. Windows color (decimal): -1676486 or 3828710. OLE color: 3828710.
HSL color Cylindrical-coordinate representation of color #E66B3A: hue angle of 17.09º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E66B3A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 107 | 58 | - |
CMYK | 0 | 0.53 | 0.75 | 0.10 |
HSL | 17.09º | 0.77% | 0.56% | - |
HSV(B) | 17.09º | 0.75% | 0.9% | - |
XYZ | 38.65 | 27.64 | 7.3 | - |
YUV | 138.19 | 82.75 | 193.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 107 | 58 | 0 | 0.53 | 0.75 | 0.10 | 17.09 | 0.77 | 0.56 |
Hex | E6 | 6B | 3A | 0 | 35 | 4B | A | 11 | 4D | 38 |
Octal | 346 | 153 | 72 | 0 | 65 | 113 | 12 | 21 | 115 | 70 |
Binary | 11100110 | 1101011 | 111010 | 0 | 110101 | 1001011 | 1010 | 10001 | 1001101 | 111000 |
Color Harmonies of #E66B3A
Complementary color
Monochromatic Colors of #E66B3A
Black with #E66B3A
Text Example
Text Example
White with #E66B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66B3A; }
p { color: rgb(230,107,58); }
H1.HeaderClassName
{
color: #E66B3A;
}
.AnyTagClassName
{
color: #E66B3A;
}
</style>
background-color css
<style>
a { background-color: #E66B3A; }
a { background-color: rgb(230,107,58); }
div.DivClassName
{
background-color: #E66B3A;
}
.BgClassName
{
background-color: #E66B3A;
}
</style>
border-color css
<style>
span { border-color: #E66B3A; }
span { border-color: rgb(230,107,58); }
td.TdClassName
{
border-color: #E66B3A;
}
.TagClassName
{
border-color: #E66B3A;
}
</style>