Shades of Sorbus #ED652F
Tints of Sorbus #ED652F
RGB
CMYK
RGB Variations
Color information
#ED652F (or 0xED652F) is known color: Sorbus. HEX triplet: ED, 65 and 2F. RGB value is (237,101,47). Sum of RGB (Red+Green+Blue) = 237+101+47=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED652F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED652F is #129AD0. Grayscale: #878787. Windows color (decimal): -1219281 or 3106285. OLE color: 3106285.
HSL color Cylindrical-coordinate representation of color #ED652F: hue angle of 17.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED652F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 47 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.07 |
| HSL | 17.05º | 0.84% | 0.56% | - |
| HSV(B) | 17.05º | 0.8% | 0.93% | - |
| XYZ | 40.09 | 27.52 | 5.89 | - |
| YUV | 135.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 47 | 0 | 0.57 | 0.80 | 0.07 | 17.05 | 0.84 | 0.56 |
| Hex | ED | 65 | 2F | 0 | 39 | 50 | 7 | 11 | 54 | 38 |
| Octal | 355 | 145 | 57 | 0 | 71 | 120 | 7 | 21 | 124 | 70 |
| Binary | 11101101 | 1100101 | 101111 | 0 | 111001 | 1010000 | 111 | 10001 | 1010100 | 111000 |
Color Harmonies of #ED652F
Complementary color
Monochromatic Colors of #ED652F
Black with #ED652F
Text Example
Text Example
White with #ED652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED652F; }
p { color: rgb(237,101,47); }
H1.HeaderClassName
{
color: #ED652F;
}
.AnyTagClassName
{
color: #ED652F;
}
</style>
background-color css
<style>
a { background-color: #ED652F; }
a { background-color: rgb(237,101,47); }
div.DivClassName
{
background-color: #ED652F;
}
.BgClassName
{
background-color: #ED652F;
}
</style>
border-color css
<style>
span { border-color: #ED652F; }
span { border-color: rgb(237,101,47); }
td.TdClassName
{
border-color: #ED652F;
}
.TagClassName
{
border-color: #ED652F;
}
</style>