Shades of Sorbus #ED6C3E
Tints of Sorbus #ED6C3E
RGB
CMYK
RGB Variations
Color information
#ED6C3E (or 0xED6C3E) is known color: Sorbus. HEX triplet: ED, 6C and 3E. RGB value is (237,108,62). Sum of RGB (Red+Green+Blue) = 237+108+62=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6C3E is #1293C1. Grayscale: #8D8D8D. Windows color (decimal): -1217474 or 4091117. OLE color: 4091117.
HSL color Cylindrical-coordinate representation of color #ED6C3E: hue angle of 15.77º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED6C3E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 62 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.07 |
| HSL | 15.77º | 0.83% | 0.59% | - |
| HSV(B) | 15.77º | 0.74% | 0.93% | - |
| XYZ | 41.16 | 29.08 | 8 | - |
| YUV | 141.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 62 | 0 | 0.54 | 0.74 | 0.07 | 15.77 | 0.83 | 0.59 |
| Hex | ED | 6C | 3E | 0 | 36 | 4A | 7 | 10 | 53 | 3B |
| Octal | 355 | 154 | 76 | 0 | 66 | 112 | 7 | 20 | 123 | 73 |
| Binary | 11101101 | 1101100 | 111110 | 0 | 110110 | 1001010 | 111 | 10000 | 1010011 | 111011 |
Color Harmonies of #ED6C3E
Complementary color
Monochromatic Colors of #ED6C3E
Black with #ED6C3E
Text Example
Text Example
White with #ED6C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6C3E; }
p { color: rgb(237,108,62); }
H1.HeaderClassName
{
color: #ED6C3E;
}
.AnyTagClassName
{
color: #ED6C3E;
}
</style>
background-color css
<style>
a { background-color: #ED6C3E; }
a { background-color: rgb(237,108,62); }
div.DivClassName
{
background-color: #ED6C3E;
}
.BgClassName
{
background-color: #ED6C3E;
}
</style>
border-color css
<style>
span { border-color: #ED6C3E; }
span { border-color: rgb(237,108,62); }
td.TdClassName
{
border-color: #ED6C3E;
}
.TagClassName
{
border-color: #ED6C3E;
}
</style>