Shades of Sorbus #ED6934
Tints of Sorbus #ED6934
RGB
CMYK
RGB Variations
Color information
#ED6934 (or 0xED6934) is known color: Sorbus. HEX triplet: ED, 69 and 34. RGB value is (237,105,52). Sum of RGB (Red+Green+Blue) = 237+105+52=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6934 is #1296CB. Grayscale: #8A8A8A. Windows color (decimal): -1218252 or 3434989. OLE color: 3434989.
HSL color Cylindrical-coordinate representation of color #ED6934: hue angle of 17.19º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED6934 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 52 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.07 |
| HSL | 17.19º | 0.84% | 0.57% | - |
| HSV(B) | 17.19º | 0.78% | 0.93% | - |
| XYZ | 40.6 | 28.36 | 6.58 | - |
| YUV | 138.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 52 | 0 | 0.56 | 0.78 | 0.07 | 17.19 | 0.84 | 0.57 |
| Hex | ED | 69 | 34 | 0 | 38 | 4E | 7 | 11 | 54 | 39 |
| Octal | 355 | 151 | 64 | 0 | 70 | 116 | 7 | 21 | 124 | 71 |
| Binary | 11101101 | 1101001 | 110100 | 0 | 111000 | 1001110 | 111 | 10001 | 1010100 | 111001 |
Color Harmonies of #ED6934
Complementary color
Monochromatic Colors of #ED6934
Black with #ED6934
Text Example
Text Example
White with #ED6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6934; }
p { color: rgb(237,105,52); }
H1.HeaderClassName
{
color: #ED6934;
}
.AnyTagClassName
{
color: #ED6934;
}
</style>
background-color css
<style>
a { background-color: #ED6934; }
a { background-color: rgb(237,105,52); }
div.DivClassName
{
background-color: #ED6934;
}
.BgClassName
{
background-color: #ED6934;
}
</style>
border-color css
<style>
span { border-color: #ED6934; }
span { border-color: rgb(237,105,52); }
td.TdClassName
{
border-color: #ED6934;
}
.TagClassName
{
border-color: #ED6934;
}
</style>