Shades of Sorbus #ED6227
Tints of Sorbus #ED6227
RGB
CMYK
RGB Variations
Color information
#ED6227 (or 0xED6227) is known color: Sorbus. HEX triplet: ED, 62 and 27. RGB value is (237,98,39). Sum of RGB (Red+Green+Blue) = 237+98+39=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6227 is #129DD8. Grayscale: #858585. Windows color (decimal): -1220057 or 2581229. OLE color: 2581229.
HSL color Cylindrical-coordinate representation of color #ED6227: hue angle of 17.88º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED6227 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 39 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.07 |
| HSL | 17.88º | 0.85% | 0.54% | - |
| HSV(B) | 17.88º | 0.84% | 0.93% | - |
| XYZ | 39.66 | 26.89 | 5.02 | - |
| YUV | 132.84 | 75.05 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 39 | 0 | 0.59 | 0.84 | 0.07 | 17.88 | 0.85 | 0.54 |
| Hex | ED | 62 | 27 | 0 | 3B | 54 | 7 | 12 | 55 | 36 |
| Octal | 355 | 142 | 47 | 0 | 73 | 124 | 7 | 22 | 125 | 66 |
| Binary | 11101101 | 1100010 | 100111 | 0 | 111011 | 1010100 | 111 | 10010 | 1010101 | 110110 |
Color Harmonies of #ED6227
Complementary color
Monochromatic Colors of #ED6227
Black with #ED6227
Text Example
Text Example
White with #ED6227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6227; }
p { color: rgb(237,98,39); }
H1.HeaderClassName
{
color: #ED6227;
}
.AnyTagClassName
{
color: #ED6227;
}
</style>
background-color css
<style>
a { background-color: #ED6227; }
a { background-color: rgb(237,98,39); }
div.DivClassName
{
background-color: #ED6227;
}
.BgClassName
{
background-color: #ED6227;
}
</style>
border-color css
<style>
span { border-color: #ED6227; }
span { border-color: rgb(237,98,39); }
td.TdClassName
{
border-color: #ED6227;
}
.TagClassName
{
border-color: #ED6227;
}
</style>