Shades of Sorbus #ED642B
Tints of Sorbus #ED642B
RGB
CMYK
RGB Variations
Color information
#ED642B (or 0xED642B) is known color: Sorbus. HEX triplet: ED, 64 and 2B. RGB value is (237,100,43). Sum of RGB (Red+Green+Blue) = 237+100+43=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED642B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED642B is #129BD4. Grayscale: #868686. Windows color (decimal): -1219541 or 2843885. OLE color: 2843885.
HSL color Cylindrical-coordinate representation of color #ED642B: hue angle of 17.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED642B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 43 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.07 |
| HSL | 17.63º | 0.84% | 0.55% | - |
| HSV(B) | 17.63º | 0.82% | 0.93% | - |
| XYZ | 39.92 | 27.29 | 5.45 | - |
| YUV | 134.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 43 | 0 | 0.58 | 0.82 | 0.07 | 17.63 | 0.84 | 0.55 |
| Hex | ED | 64 | 2B | 0 | 3A | 52 | 7 | 12 | 54 | 37 |
| Octal | 355 | 144 | 53 | 0 | 72 | 122 | 7 | 22 | 124 | 67 |
| Binary | 11101101 | 1100100 | 101011 | 0 | 111010 | 1010010 | 111 | 10010 | 1010100 | 110111 |
Color Harmonies of #ED642B
Complementary color
Monochromatic Colors of #ED642B
Black with #ED642B
Text Example
Text Example
White with #ED642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED642B; }
p { color: rgb(237,100,43); }
H1.HeaderClassName
{
color: #ED642B;
}
.AnyTagClassName
{
color: #ED642B;
}
</style>
background-color css
<style>
a { background-color: #ED642B; }
a { background-color: rgb(237,100,43); }
div.DivClassName
{
background-color: #ED642B;
}
.BgClassName
{
background-color: #ED642B;
}
</style>
border-color css
<style>
span { border-color: #ED642B; }
span { border-color: rgb(237,100,43); }
td.TdClassName
{
border-color: #ED642B;
}
.TagClassName
{
border-color: #ED642B;
}
</style>