Shades of Sorbus #EB6C32
Tints of Sorbus #EB6C32
RGB
CMYK
RGB Variations
Color information
#EB6C32 (or 0xEB6C32) is known color: Sorbus. HEX triplet: EB, 6C and 32. RGB value is (235,108,50). Sum of RGB (Red+Green+Blue) = 235+108+50=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6C32 is #1493CD. Grayscale: #8B8B8B. Windows color (decimal): -1348558 or 3304683. OLE color: 3304683.
HSL color Cylindrical-coordinate representation of color #EB6C32: hue angle of 18.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB6C32 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 50 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.08 |
| HSL | 18.81º | 0.82% | 0.56% | - |
| HSV(B) | 18.81º | 0.79% | 0.92% | - |
| XYZ | 40.2 | 28.62 | 6.42 | - |
| YUV | 139.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 50 | 0 | 0.54 | 0.79 | 0.08 | 18.81 | 0.82 | 0.56 |
| Hex | EB | 6C | 32 | 0 | 36 | 4F | 8 | 13 | 52 | 38 |
| Octal | 353 | 154 | 62 | 0 | 66 | 117 | 10 | 23 | 122 | 70 |
| Binary | 11101011 | 1101100 | 110010 | 0 | 110110 | 1001111 | 1000 | 10011 | 1010010 | 111000 |
Color Harmonies of #EB6C32
Complementary color
Monochromatic Colors of #EB6C32
Black with #EB6C32
Text Example
Text Example
White with #EB6C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C32; }
p { color: rgb(235,108,50); }
H1.HeaderClassName
{
color: #EB6C32;
}
.AnyTagClassName
{
color: #EB6C32;
}
</style>
background-color css
<style>
a { background-color: #EB6C32; }
a { background-color: rgb(235,108,50); }
div.DivClassName
{
background-color: #EB6C32;
}
.BgClassName
{
background-color: #EB6C32;
}
</style>
border-color css
<style>
span { border-color: #EB6C32; }
span { border-color: rgb(235,108,50); }
td.TdClassName
{
border-color: #EB6C32;
}
.TagClassName
{
border-color: #EB6C32;
}
</style>