Shades of Sorbus #ED653F
Tints of Sorbus #ED653F
RGB
CMYK
RGB Variations
Color information
#ED653F (or 0xED653F) is known color: Sorbus. HEX triplet: ED, 65 and 3F. RGB value is (237,101,63). Sum of RGB (Red+Green+Blue) = 237+101+63=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED653F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED653F is #129AC0. Grayscale: #898989. Windows color (decimal): -1219265 or 4154861. OLE color: 4154861.
HSL color Cylindrical-coordinate representation of color #ED653F: hue angle of 13.1º 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 #ED653F is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 63 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.07 |
| HSL | 13.1º | 0.83% | 0.59% | - |
| HSV(B) | 13.1º | 0.73% | 0.93% | - |
| XYZ | 40.48 | 27.67 | 7.91 | - |
| YUV | 137.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 63 | 0 | 0.57 | 0.73 | 0.07 | 13.1 | 0.83 | 0.59 |
| Hex | ED | 65 | 3F | 0 | 39 | 49 | 7 | D | 53 | 3B |
| Octal | 355 | 145 | 77 | 0 | 71 | 111 | 7 | 15 | 123 | 73 |
| Binary | 11101101 | 1100101 | 111111 | 0 | 111001 | 1001001 | 111 | 1101 | 1010011 | 111011 |
Color Harmonies of #ED653F
Complementary color
Monochromatic Colors of #ED653F
Black with #ED653F
Text Example
Text Example
White with #ED653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED653F; }
p { color: rgb(237,101,63); }
H1.HeaderClassName
{
color: #ED653F;
}
.AnyTagClassName
{
color: #ED653F;
}
</style>
background-color css
<style>
a { background-color: #ED653F; }
a { background-color: rgb(237,101,63); }
div.DivClassName
{
background-color: #ED653F;
}
.BgClassName
{
background-color: #ED653F;
}
</style>
border-color css
<style>
span { border-color: #ED653F; }
span { border-color: rgb(237,101,63); }
td.TdClassName
{
border-color: #ED653F;
}
.TagClassName
{
border-color: #ED653F;
}
</style>