Shades of Sorbus #EB622A
Tints of Sorbus #EB622A
RGB
CMYK
RGB Variations
Color information
#EB622A (or 0xEB622A) is known color: Sorbus. HEX triplet: EB, 62 and 2A. RGB value is (235,98,42). Sum of RGB (Red+Green+Blue) = 235+98+42=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB622A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB622A is #149DD5. Grayscale: #848484. Windows color (decimal): -1351126 or 2777835. OLE color: 2777835.
HSL color Cylindrical-coordinate representation of color #EB622A: hue angle of 17.41º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB622A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.08 |
| HSL | 17.41º | 0.83% | 0.54% | - |
| HSV(B) | 17.41º | 0.82% | 0.92% | - |
| XYZ | 39.05 | 26.56 | 5.26 | - |
| YUV | 132.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 42 | 0 | 0.58 | 0.82 | 0.08 | 17.41 | 0.83 | 0.54 |
| Hex | EB | 62 | 2A | 0 | 3A | 52 | 8 | 11 | 53 | 36 |
| Octal | 353 | 142 | 52 | 0 | 72 | 122 | 10 | 21 | 123 | 66 |
| Binary | 11101011 | 1100010 | 101010 | 0 | 111010 | 1010010 | 1000 | 10001 | 1010011 | 110110 |
Color Harmonies of #EB622A
Complementary color
Monochromatic Colors of #EB622A
Black with #EB622A
Text Example
Text Example
White with #EB622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB622A; }
p { color: rgb(235,98,42); }
H1.HeaderClassName
{
color: #EB622A;
}
.AnyTagClassName
{
color: #EB622A;
}
</style>
background-color css
<style>
a { background-color: #EB622A; }
a { background-color: rgb(235,98,42); }
div.DivClassName
{
background-color: #EB622A;
}
.BgClassName
{
background-color: #EB622A;
}
</style>
border-color css
<style>
span { border-color: #EB622A; }
span { border-color: rgb(235,98,42); }
td.TdClassName
{
border-color: #EB622A;
}
.TagClassName
{
border-color: #EB622A;
}
</style>