Shades of Sorbus #EB683C
Tints of Sorbus #EB683C
RGB
CMYK
RGB Variations
Color information
#EB683C (or 0xEB683C) is known color: Sorbus. HEX triplet: EB, 68 and 3C. RGB value is (235,104,60). Sum of RGB (Red+Green+Blue) = 235+104+60=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB683C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB683C is #1497C3. Grayscale: #8A8A8A. Windows color (decimal): -1349572 or 3959019. OLE color: 3959019.
HSL color Cylindrical-coordinate representation of color #EB683C: hue angle of 15.09º 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 #EB683C is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 60 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.08 |
| HSL | 15.09º | 0.81% | 0.58% | - |
| HSV(B) | 15.09º | 0.74% | 0.92% | - |
| XYZ | 40.03 | 27.89 | 7.55 | - |
| YUV | 138.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 60 | 0 | 0.56 | 0.74 | 0.08 | 15.09 | 0.81 | 0.58 |
| Hex | EB | 68 | 3C | 0 | 38 | 4A | 8 | F | 51 | 3A |
| Octal | 353 | 150 | 74 | 0 | 70 | 112 | 10 | 17 | 121 | 72 |
| Binary | 11101011 | 1101000 | 111100 | 0 | 111000 | 1001010 | 1000 | 1111 | 1010001 | 111010 |
Color Harmonies of #EB683C
Complementary color
Monochromatic Colors of #EB683C
Black with #EB683C
Text Example
Text Example
White with #EB683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB683C; }
p { color: rgb(235,104,60); }
H1.HeaderClassName
{
color: #EB683C;
}
.AnyTagClassName
{
color: #EB683C;
}
</style>
background-color css
<style>
a { background-color: #EB683C; }
a { background-color: rgb(235,104,60); }
div.DivClassName
{
background-color: #EB683C;
}
.BgClassName
{
background-color: #EB683C;
}
</style>
border-color css
<style>
span { border-color: #EB683C; }
span { border-color: rgb(235,104,60); }
td.TdClassName
{
border-color: #EB683C;
}
.TagClassName
{
border-color: #EB683C;
}
</style>