Shades of Sorbus #ED662F
Tints of Sorbus #ED662F
RGB
CMYK
RGB Variations
Color information
#ED662F (or 0xED662F) is known color: Sorbus. HEX triplet: ED, 66 and 2F. RGB value is (237,102,47). Sum of RGB (Red+Green+Blue) = 237+102+47=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED662F is #1299D0. Grayscale: #888888. Windows color (decimal): -1219025 or 3106541. OLE color: 3106541.
HSL color Cylindrical-coordinate representation of color #ED662F: hue angle of 17.37º 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 #ED662F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 47 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.07 |
| HSL | 17.37º | 0.84% | 0.56% | - |
| HSV(B) | 17.37º | 0.8% | 0.93% | - |
| XYZ | 40.19 | 27.71 | 5.92 | - |
| YUV | 136.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 47 | 0 | 0.57 | 0.80 | 0.07 | 17.37 | 0.84 | 0.56 |
| Hex | ED | 66 | 2F | 0 | 39 | 50 | 7 | 11 | 54 | 38 |
| Octal | 355 | 146 | 57 | 0 | 71 | 120 | 7 | 21 | 124 | 70 |
| Binary | 11101101 | 1100110 | 101111 | 0 | 111001 | 1010000 | 111 | 10001 | 1010100 | 111000 |
Color Harmonies of #ED662F
Complementary color
Monochromatic Colors of #ED662F
Black with #ED662F
Text Example
Text Example
White with #ED662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED662F; }
p { color: rgb(237,102,47); }
H1.HeaderClassName
{
color: #ED662F;
}
.AnyTagClassName
{
color: #ED662F;
}
</style>
background-color css
<style>
a { background-color: #ED662F; }
a { background-color: rgb(237,102,47); }
div.DivClassName
{
background-color: #ED662F;
}
.BgClassName
{
background-color: #ED662F;
}
</style>
border-color css
<style>
span { border-color: #ED662F; }
span { border-color: rgb(237,102,47); }
td.TdClassName
{
border-color: #ED662F;
}
.TagClassName
{
border-color: #ED662F;
}
</style>