Shades of Sorbus #EB6229
Tints of Sorbus #EB6229
RGB
CMYK
RGB Variations
Color information
#EB6229 (or 0xEB6229) is known color: Sorbus. HEX triplet: EB, 62 and 29. RGB value is (235,98,41). Sum of RGB (Red+Green+Blue) = 235+98+41=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6229 is #149DD6. Grayscale: #848484. Windows color (decimal): -1351127 or 2712299. OLE color: 2712299.
HSL color Cylindrical-coordinate representation of color #EB6229: hue angle of 17.63º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB6229 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 41 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.08 |
| HSL | 17.63º | 0.83% | 0.54% | - |
| HSV(B) | 17.63º | 0.83% | 0.92% | - |
| XYZ | 39.03 | 26.56 | 5.17 | - |
| YUV | 132.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 41 | 0 | 0.58 | 0.83 | 0.08 | 17.63 | 0.83 | 0.54 |
| Hex | EB | 62 | 29 | 0 | 3A | 53 | 8 | 12 | 53 | 36 |
| Octal | 353 | 142 | 51 | 0 | 72 | 123 | 10 | 22 | 123 | 66 |
| Binary | 11101011 | 1100010 | 101001 | 0 | 111010 | 1010011 | 1000 | 10010 | 1010011 | 110110 |
Color Harmonies of #EB6229
Complementary color
Monochromatic Colors of #EB6229
Black with #EB6229
Text Example
Text Example
White with #EB6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6229; }
p { color: rgb(235,98,41); }
H1.HeaderClassName
{
color: #EB6229;
}
.AnyTagClassName
{
color: #EB6229;
}
</style>
background-color css
<style>
a { background-color: #EB6229; }
a { background-color: rgb(235,98,41); }
div.DivClassName
{
background-color: #EB6229;
}
.BgClassName
{
background-color: #EB6229;
}
</style>
border-color css
<style>
span { border-color: #EB6229; }
span { border-color: rgb(235,98,41); }
td.TdClassName
{
border-color: #EB6229;
}
.TagClassName
{
border-color: #EB6229;
}
</style>