Shades of Sorbus #ED6437
Tints of Sorbus #ED6437
RGB
CMYK
RGB Variations
Color information
#ED6437 (or 0xED6437) is known color: Sorbus. HEX triplet: ED, 64 and 37. RGB value is (237,100,55). Sum of RGB (Red+Green+Blue) = 237+100+55=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6437 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6437 is #129BC8. Grayscale: #888888. Windows color (decimal): -1219529 or 3630317. OLE color: 3630317.
HSL color Cylindrical-coordinate representation of color #ED6437: hue angle of 14.84º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED6437 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 55 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.07 |
| HSL | 14.84º | 0.83% | 0.57% | - |
| HSV(B) | 14.84º | 0.77% | 0.93% | - |
| XYZ | 40.17 | 27.39 | 6.78 | - |
| YUV | 135.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 55 | 0 | 0.58 | 0.77 | 0.07 | 14.84 | 0.83 | 0.57 |
| Hex | ED | 64 | 37 | 0 | 3A | 4D | 7 | F | 53 | 39 |
| Octal | 355 | 144 | 67 | 0 | 72 | 115 | 7 | 17 | 123 | 71 |
| Binary | 11101101 | 1100100 | 110111 | 0 | 111010 | 1001101 | 111 | 1111 | 1010011 | 111001 |
Color Harmonies of #ED6437
Complementary color
Monochromatic Colors of #ED6437
Black with #ED6437
Text Example
Text Example
White with #ED6437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6437; }
p { color: rgb(237,100,55); }
H1.HeaderClassName
{
color: #ED6437;
}
.AnyTagClassName
{
color: #ED6437;
}
</style>
background-color css
<style>
a { background-color: #ED6437; }
a { background-color: rgb(237,100,55); }
div.DivClassName
{
background-color: #ED6437;
}
.BgClassName
{
background-color: #ED6437;
}
</style>
border-color css
<style>
span { border-color: #ED6437; }
span { border-color: rgb(237,100,55); }
td.TdClassName
{
border-color: #ED6437;
}
.TagClassName
{
border-color: #ED6437;
}
</style>