Shades of Sorbus #EB6F32
Tints of Sorbus #EB6F32
RGB
CMYK
RGB Variations
Color information
#EB6F32 (or 0xEB6F32) is known color: Sorbus. HEX triplet: EB, 6F and 32. RGB value is (235,111,50). Sum of RGB (Red+Green+Blue) = 235+111+50=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6F32 is #1490CD. Grayscale: #8D8D8D. Windows color (decimal): -1347790 or 3305451. OLE color: 3305451.
HSL color Cylindrical-coordinate representation of color #EB6F32: hue angle of 19.78º 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 #EB6F32 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 50 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.08 |
| HSL | 19.78º | 0.82% | 0.56% | - |
| HSV(B) | 19.78º | 0.79% | 0.92% | - |
| XYZ | 40.52 | 29.26 | 6.53 | - |
| YUV | 141.12 | 76.58 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 50 | 0 | 0.53 | 0.79 | 0.08 | 19.78 | 0.82 | 0.56 |
| Hex | EB | 6F | 32 | 0 | 35 | 4F | 8 | 14 | 52 | 38 |
| Octal | 353 | 157 | 62 | 0 | 65 | 117 | 10 | 24 | 122 | 70 |
| Binary | 11101011 | 1101111 | 110010 | 0 | 110101 | 1001111 | 1000 | 10100 | 1010010 | 111000 |
Color Harmonies of #EB6F32
Complementary color
Monochromatic Colors of #EB6F32
Black with #EB6F32
Text Example
Text Example
White with #EB6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6F32; }
p { color: rgb(235,111,50); }
H1.HeaderClassName
{
color: #EB6F32;
}
.AnyTagClassName
{
color: #EB6F32;
}
</style>
background-color css
<style>
a { background-color: #EB6F32; }
a { background-color: rgb(235,111,50); }
div.DivClassName
{
background-color: #EB6F32;
}
.BgClassName
{
background-color: #EB6F32;
}
</style>
border-color css
<style>
span { border-color: #EB6F32; }
span { border-color: rgb(235,111,50); }
td.TdClassName
{
border-color: #EB6F32;
}
.TagClassName
{
border-color: #EB6F32;
}
</style>