Shades of Sorbus #EB652A
Tints of Sorbus #EB652A
RGB
CMYK
RGB Variations
Color information
#EB652A (or 0xEB652A) is known color: Sorbus. HEX triplet: EB, 65 and 2A. RGB value is (235,101,42). Sum of RGB (Red+Green+Blue) = 235+101+42=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB652A is #149AD5. Grayscale: #868686. Windows color (decimal): -1350358 or 2778603. OLE color: 2778603.
HSL color Cylindrical-coordinate representation of color #EB652A: hue angle of 18.34º 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 #EB652A is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 42 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.08 |
| HSL | 18.34º | 0.83% | 0.54% | - |
| HSV(B) | 18.34º | 0.82% | 0.92% | - |
| XYZ | 39.33 | 27.14 | 5.36 | - |
| YUV | 134.34 | 75.89 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 42 | 0 | 0.57 | 0.82 | 0.08 | 18.34 | 0.83 | 0.54 |
| Hex | EB | 65 | 2A | 0 | 39 | 52 | 8 | 12 | 53 | 36 |
| Octal | 353 | 145 | 52 | 0 | 71 | 122 | 10 | 22 | 123 | 66 |
| Binary | 11101011 | 1100101 | 101010 | 0 | 111001 | 1010010 | 1000 | 10010 | 1010011 | 110110 |
Color Harmonies of #EB652A
Complementary color
Monochromatic Colors of #EB652A
Black with #EB652A
Text Example
Text Example
White with #EB652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB652A; }
p { color: rgb(235,101,42); }
H1.HeaderClassName
{
color: #EB652A;
}
.AnyTagClassName
{
color: #EB652A;
}
</style>
background-color css
<style>
a { background-color: #EB652A; }
a { background-color: rgb(235,101,42); }
div.DivClassName
{
background-color: #EB652A;
}
.BgClassName
{
background-color: #EB652A;
}
</style>
border-color css
<style>
span { border-color: #EB652A; }
span { border-color: rgb(235,101,42); }
td.TdClassName
{
border-color: #EB652A;
}
.TagClassName
{
border-color: #EB652A;
}
</style>