Shades of Sorbus #EB683D
Tints of Sorbus #EB683D
RGB
CMYK
RGB Variations
Color information
#EB683D (or 0xEB683D) is known color: Sorbus. HEX triplet: EB, 68 and 3D. RGB value is (235,104,61). Sum of RGB (Red+Green+Blue) = 235+104+61=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB683D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB683D is #1497C2. Grayscale: #8A8A8A. Windows color (decimal): -1349571 or 4024555. OLE color: 4024555.
HSL color Cylindrical-coordinate representation of color #EB683D: hue angle of 14.83º 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 #EB683D is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 61 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.08 |
| HSL | 14.83º | 0.81% | 0.58% | - |
| HSV(B) | 14.83º | 0.74% | 0.92% | - |
| XYZ | 40.05 | 27.9 | 7.69 | - |
| YUV | 138.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 61 | 0 | 0.56 | 0.74 | 0.08 | 14.83 | 0.81 | 0.58 |
| Hex | EB | 68 | 3D | 0 | 38 | 4A | 8 | F | 51 | 3A |
| Octal | 353 | 150 | 75 | 0 | 70 | 112 | 10 | 17 | 121 | 72 |
| Binary | 11101011 | 1101000 | 111101 | 0 | 111000 | 1001010 | 1000 | 1111 | 1010001 | 111010 |
Color Harmonies of #EB683D
Complementary color
Monochromatic Colors of #EB683D
Black with #EB683D
Text Example
Text Example
White with #EB683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB683D; }
p { color: rgb(235,104,61); }
H1.HeaderClassName
{
color: #EB683D;
}
.AnyTagClassName
{
color: #EB683D;
}
</style>
background-color css
<style>
a { background-color: #EB683D; }
a { background-color: rgb(235,104,61); }
div.DivClassName
{
background-color: #EB683D;
}
.BgClassName
{
background-color: #EB683D;
}
</style>
border-color css
<style>
span { border-color: #EB683D; }
span { border-color: rgb(235,104,61); }
td.TdClassName
{
border-color: #EB683D;
}
.TagClassName
{
border-color: #EB683D;
}
</style>