Shades of Sorbus #EB632A
Tints of Sorbus #EB632A
RGB
CMYK
RGB Variations
Color information
#EB632A (or 0xEB632A) is known color: Sorbus. HEX triplet: EB, 63 and 2A. RGB value is (235,99,42). Sum of RGB (Red+Green+Blue) = 235+99+42=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB632A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB632A is #149CD5. Grayscale: #858585. Windows color (decimal): -1350870 or 2778091. OLE color: 2778091.
HSL color Cylindrical-coordinate representation of color #EB632A: hue angle of 17.72º 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 #EB632A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.08 |
| HSL | 17.72º | 0.83% | 0.54% | - |
| HSV(B) | 17.72º | 0.82% | 0.92% | - |
| XYZ | 39.14 | 26.75 | 5.29 | - |
| YUV | 133.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 42 | 0 | 0.58 | 0.82 | 0.08 | 17.72 | 0.83 | 0.54 |
| Hex | EB | 63 | 2A | 0 | 3A | 52 | 8 | 12 | 53 | 36 |
| Octal | 353 | 143 | 52 | 0 | 72 | 122 | 10 | 22 | 123 | 66 |
| Binary | 11101011 | 1100011 | 101010 | 0 | 111010 | 1010010 | 1000 | 10010 | 1010011 | 110110 |
Color Harmonies of #EB632A
Complementary color
Monochromatic Colors of #EB632A
Black with #EB632A
Text Example
Text Example
White with #EB632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB632A; }
p { color: rgb(235,99,42); }
H1.HeaderClassName
{
color: #EB632A;
}
.AnyTagClassName
{
color: #EB632A;
}
</style>
background-color css
<style>
a { background-color: #EB632A; }
a { background-color: rgb(235,99,42); }
div.DivClassName
{
background-color: #EB632A;
}
.BgClassName
{
background-color: #EB632A;
}
</style>
border-color css
<style>
span { border-color: #EB632A; }
span { border-color: rgb(235,99,42); }
td.TdClassName
{
border-color: #EB632A;
}
.TagClassName
{
border-color: #EB632A;
}
</style>