Shades of Sorbus #EF693D
Tints of Sorbus #EF693D
RGB
CMYK
RGB Variations
Color information
#EF693D (or 0xEF693D) is known color: Sorbus. HEX triplet: EF, 69 and 3D. RGB value is (239,105,61). Sum of RGB (Red+Green+Blue) = 239+105+61=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF693D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF693D is #1096C2. Grayscale: #8C8C8C. Windows color (decimal): -1087171 or 4024815. OLE color: 4024815.
HSL color Cylindrical-coordinate representation of color #EF693D: hue angle of 14.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF693D is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 61 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.06 |
| HSL | 14.83º | 0.85% | 0.59% | - |
| HSV(B) | 14.83º | 0.74% | 0.94% | - |
| XYZ | 41.49 | 28.79 | 7.79 | - |
| YUV | 140.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 61 | 0 | 0.56 | 0.74 | 0.06 | 14.83 | 0.85 | 0.59 |
| Hex | EF | 69 | 3D | 0 | 38 | 4A | 6 | F | 55 | 3B |
| Octal | 357 | 151 | 75 | 0 | 70 | 112 | 6 | 17 | 125 | 73 |
| Binary | 11101111 | 1101001 | 111101 | 0 | 111000 | 1001010 | 110 | 1111 | 1010101 | 111011 |
Color Harmonies of #EF693D
Complementary color
Monochromatic Colors of #EF693D
Black with #EF693D
Text Example
Text Example
White with #EF693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF693D; }
p { color: rgb(239,105,61); }
H1.HeaderClassName
{
color: #EF693D;
}
.AnyTagClassName
{
color: #EF693D;
}
</style>
background-color css
<style>
a { background-color: #EF693D; }
a { background-color: rgb(239,105,61); }
div.DivClassName
{
background-color: #EF693D;
}
.BgClassName
{
background-color: #EF693D;
}
</style>
border-color css
<style>
span { border-color: #EF693D; }
span { border-color: rgb(239,105,61); }
td.TdClassName
{
border-color: #EF693D;
}
.TagClassName
{
border-color: #EF693D;
}
</style>