Shades of Sorbus #EB6F3C
Tints of Sorbus #EB6F3C
RGB
CMYK
RGB Variations
Color information
#EB6F3C (or 0xEB6F3C) is known color: Sorbus. HEX triplet: EB, 6F and 3C. RGB value is (235,111,60). Sum of RGB (Red+Green+Blue) = 235+111+60=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6F3C is #1490C3. Grayscale: #8E8E8E. Windows color (decimal): -1347780 or 3960811. OLE color: 3960811.
HSL color Cylindrical-coordinate representation of color #EB6F3C: hue angle of 17.49º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB6F3C is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 60 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.08 |
| HSL | 17.49º | 0.81% | 0.58% | - |
| HSV(B) | 17.49º | 0.74% | 0.92% | - |
| XYZ | 40.76 | 29.36 | 7.79 | - |
| YUV | 142.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 60 | 0 | 0.53 | 0.74 | 0.08 | 17.49 | 0.81 | 0.58 |
| Hex | EB | 6F | 3C | 0 | 35 | 4A | 8 | 11 | 51 | 3A |
| Octal | 353 | 157 | 74 | 0 | 65 | 112 | 10 | 21 | 121 | 72 |
| Binary | 11101011 | 1101111 | 111100 | 0 | 110101 | 1001010 | 1000 | 10001 | 1010001 | 111010 |
Color Harmonies of #EB6F3C
Complementary color
Monochromatic Colors of #EB6F3C
Black with #EB6F3C
Text Example
Text Example
White with #EB6F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6F3C; }
p { color: rgb(235,111,60); }
H1.HeaderClassName
{
color: #EB6F3C;
}
.AnyTagClassName
{
color: #EB6F3C;
}
</style>
background-color css
<style>
a { background-color: #EB6F3C; }
a { background-color: rgb(235,111,60); }
div.DivClassName
{
background-color: #EB6F3C;
}
.BgClassName
{
background-color: #EB6F3C;
}
</style>
border-color css
<style>
span { border-color: #EB6F3C; }
span { border-color: rgb(235,111,60); }
td.TdClassName
{
border-color: #EB6F3C;
}
.TagClassName
{
border-color: #EB6F3C;
}
</style>