Shades of Sorbus #EB693C
Tints of Sorbus #EB693C
RGB
CMYK
RGB Variations
Color information
#EB693C (or 0xEB693C) is known color: Sorbus. HEX triplet: EB, 69 and 3C. RGB value is (235,105,60). Sum of RGB (Red+Green+Blue) = 235+105+60=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB693C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB693C is #1496C3. Grayscale: #8B8B8B. Windows color (decimal): -1349316 or 3959275. OLE color: 3959275.
HSL color Cylindrical-coordinate representation of color #EB693C: hue angle of 15.43º 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 #EB693C is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 105 | 60 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.08 |
| HSL | 15.43º | 0.81% | 0.58% | - |
| HSV(B) | 15.43º | 0.74% | 0.92% | - |
| XYZ | 40.13 | 28.09 | 7.58 | - |
| YUV | 138.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 105 | 60 | 0 | 0.55 | 0.74 | 0.08 | 15.43 | 0.81 | 0.58 |
| Hex | EB | 69 | 3C | 0 | 37 | 4A | 8 | F | 51 | 3A |
| Octal | 353 | 151 | 74 | 0 | 67 | 112 | 10 | 17 | 121 | 72 |
| Binary | 11101011 | 1101001 | 111100 | 0 | 110111 | 1001010 | 1000 | 1111 | 1010001 | 111010 |
Color Harmonies of #EB693C
Complementary color
Monochromatic Colors of #EB693C
Black with #EB693C
Text Example
Text Example
White with #EB693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB693C; }
p { color: rgb(235,105,60); }
H1.HeaderClassName
{
color: #EB693C;
}
.AnyTagClassName
{
color: #EB693C;
}
</style>
background-color css
<style>
a { background-color: #EB693C; }
a { background-color: rgb(235,105,60); }
div.DivClassName
{
background-color: #EB693C;
}
.BgClassName
{
background-color: #EB693C;
}
</style>
border-color css
<style>
span { border-color: #EB693C; }
span { border-color: rgb(235,105,60); }
td.TdClassName
{
border-color: #EB693C;
}
.TagClassName
{
border-color: #EB693C;
}
</style>