Shades of Sorbus #ED693F
Tints of Sorbus #ED693F
RGB
CMYK
RGB Variations
Color information
#ED693F (or 0xED693F) is known color: Sorbus. HEX triplet: ED, 69 and 3F. RGB value is (237,105,63). Sum of RGB (Red+Green+Blue) = 237+105+63=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED693F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED693F is #1296C0. Grayscale: #8B8B8B. Windows color (decimal): -1218241 or 4155885. OLE color: 4155885.
HSL color Cylindrical-coordinate representation of color #ED693F: hue angle of 14.48º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED693F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 63 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.07 |
| HSL | 14.48º | 0.83% | 0.59% | - |
| HSV(B) | 14.48º | 0.73% | 0.93% | - |
| XYZ | 40.87 | 28.47 | 8.04 | - |
| YUV | 139.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 63 | 0 | 0.56 | 0.73 | 0.07 | 14.48 | 0.83 | 0.59 |
| Hex | ED | 69 | 3F | 0 | 38 | 49 | 7 | E | 53 | 3B |
| Octal | 355 | 151 | 77 | 0 | 70 | 111 | 7 | 16 | 123 | 73 |
| Binary | 11101101 | 1101001 | 111111 | 0 | 111000 | 1001001 | 111 | 1110 | 1010011 | 111011 |
Color Harmonies of #ED693F
Complementary color
Monochromatic Colors of #ED693F
Black with #ED693F
Text Example
Text Example
White with #ED693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED693F; }
p { color: rgb(237,105,63); }
H1.HeaderClassName
{
color: #ED693F;
}
.AnyTagClassName
{
color: #ED693F;
}
</style>
background-color css
<style>
a { background-color: #ED693F; }
a { background-color: rgb(237,105,63); }
div.DivClassName
{
background-color: #ED693F;
}
.BgClassName
{
background-color: #ED693F;
}
</style>
border-color css
<style>
span { border-color: #ED693F; }
span { border-color: rgb(237,105,63); }
td.TdClassName
{
border-color: #ED693F;
}
.TagClassName
{
border-color: #ED693F;
}
</style>