Shades of Sorbus #ED653E
Tints of Sorbus #ED653E
RGB
CMYK
RGB Variations
Color information
#ED653E (or 0xED653E) is known color: Sorbus. HEX triplet: ED, 65 and 3E. RGB value is (237,101,62). Sum of RGB (Red+Green+Blue) = 237+101+62=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED653E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED653E is #129AC1. Grayscale: #898989. Windows color (decimal): -1219266 or 4089325. OLE color: 4089325.
HSL color Cylindrical-coordinate representation of color #ED653E: hue angle of 13.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED653E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 62 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.07 |
| HSL | 13.37º | 0.83% | 0.59% | - |
| HSV(B) | 13.37º | 0.74% | 0.93% | - |
| XYZ | 40.45 | 27.66 | 7.76 | - |
| YUV | 137.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 62 | 0 | 0.57 | 0.74 | 0.07 | 13.37 | 0.83 | 0.59 |
| Hex | ED | 65 | 3E | 0 | 39 | 4A | 7 | D | 53 | 3B |
| Octal | 355 | 145 | 76 | 0 | 71 | 112 | 7 | 15 | 123 | 73 |
| Binary | 11101101 | 1100101 | 111110 | 0 | 111001 | 1001010 | 111 | 1101 | 1010011 | 111011 |
Color Harmonies of #ED653E
Complementary color
Monochromatic Colors of #ED653E
Black with #ED653E
Text Example
Text Example
White with #ED653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED653E; }
p { color: rgb(237,101,62); }
H1.HeaderClassName
{
color: #ED653E;
}
.AnyTagClassName
{
color: #ED653E;
}
</style>
background-color css
<style>
a { background-color: #ED653E; }
a { background-color: rgb(237,101,62); }
div.DivClassName
{
background-color: #ED653E;
}
.BgClassName
{
background-color: #ED653E;
}
</style>
border-color css
<style>
span { border-color: #ED653E; }
span { border-color: rgb(237,101,62); }
td.TdClassName
{
border-color: #ED653E;
}
.TagClassName
{
border-color: #ED653E;
}
</style>