Shades of Sorbus #E66129
Tints of Sorbus #E66129
RGB
CMYK
RGB Variations
Color information
#E66129 (or 0xE66129) is known color: Sorbus. HEX triplet: E6, 61 and 29. RGB value is (230,97,41). Sum of RGB (Red+Green+Blue) = 230+97+41=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E66129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66129 is #199ED6. Grayscale: #828282. Windows color (decimal): -1679063 or 2712038. OLE color: 2712038.
HSL color Cylindrical-coordinate representation of color #E66129: hue angle of 17.78º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E66129 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 41 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.10 |
| HSL | 17.78º | 0.79% | 0.53% | - |
| HSV(B) | 17.78º | 0.82% | 0.9% | - |
| XYZ | 37.31 | 25.53 | 5.06 | - |
| YUV | 130.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 41 | 0 | 0.58 | 0.82 | 0.10 | 17.78 | 0.79 | 0.53 |
| Hex | E6 | 61 | 29 | 0 | 3A | 52 | A | 12 | 4F | 35 |
| Octal | 346 | 141 | 51 | 0 | 72 | 122 | 12 | 22 | 117 | 65 |
| Binary | 11100110 | 1100001 | 101001 | 0 | 111010 | 1010010 | 1010 | 10010 | 1001111 | 110101 |
Color Harmonies of #E66129
Complementary color
Monochromatic Colors of #E66129
Black with #E66129
Text Example
Text Example
White with #E66129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66129; }
p { color: rgb(230,97,41); }
H1.HeaderClassName
{
color: #E66129;
}
.AnyTagClassName
{
color: #E66129;
}
</style>
background-color css
<style>
a { background-color: #E66129; }
a { background-color: rgb(230,97,41); }
div.DivClassName
{
background-color: #E66129;
}
.BgClassName
{
background-color: #E66129;
}
</style>
border-color css
<style>
span { border-color: #E66129; }
span { border-color: rgb(230,97,41); }
td.TdClassName
{
border-color: #E66129;
}
.TagClassName
{
border-color: #E66129;
}
</style>