Shades of Sorbus #EF693B
Tints of Sorbus #EF693B
RGB
CMYK
RGB Variations
Color information
#EF693B (or 0xEF693B) is known color: Sorbus. HEX triplet: EF, 69 and 3B. RGB value is (239,105,59). Sum of RGB (Red+Green+Blue) = 239+105+59=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF693B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF693B is #1096C4. Grayscale: #8C8C8C. Windows color (decimal): -1087173 or 3893743. OLE color: 3893743.
HSL color Cylindrical-coordinate representation of color #EF693B: hue angle of 15.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF693B is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 59 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.06 |
| HSL | 15.33º | 0.85% | 0.58% | - |
| HSV(B) | 15.33º | 0.75% | 0.94% | - |
| XYZ | 41.44 | 28.77 | 7.51 | - |
| YUV | 139.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 59 | 0 | 0.56 | 0.75 | 0.06 | 15.33 | 0.85 | 0.58 |
| Hex | EF | 69 | 3B | 0 | 38 | 4B | 6 | F | 55 | 3A |
| Octal | 357 | 151 | 73 | 0 | 70 | 113 | 6 | 17 | 125 | 72 |
| Binary | 11101111 | 1101001 | 111011 | 0 | 111000 | 1001011 | 110 | 1111 | 1010101 | 111010 |
Color Harmonies of #EF693B
Complementary color
Monochromatic Colors of #EF693B
Black with #EF693B
Text Example
Text Example
White with #EF693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF693B; }
p { color: rgb(239,105,59); }
H1.HeaderClassName
{
color: #EF693B;
}
.AnyTagClassName
{
color: #EF693B;
}
</style>
background-color css
<style>
a { background-color: #EF693B; }
a { background-color: rgb(239,105,59); }
div.DivClassName
{
background-color: #EF693B;
}
.BgClassName
{
background-color: #EF693B;
}
</style>
border-color css
<style>
span { border-color: #EF693B; }
span { border-color: rgb(239,105,59); }
td.TdClassName
{
border-color: #EF693B;
}
.TagClassName
{
border-color: #EF693B;
}
</style>