Shades of Sorbus #ED7034
Tints of Sorbus #ED7034
RGB
CMYK
RGB Variations
Color information
#ED7034 (or 0xED7034) is known color: Sorbus. HEX triplet: ED, 70 and 34. RGB value is (237,112,52). Sum of RGB (Red+Green+Blue) = 237+112+52=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7034 is #128FCB. Grayscale: #8E8E8E. Windows color (decimal): -1216460 or 3436781. OLE color: 3436781.
HSL color Cylindrical-coordinate representation of color #ED7034: hue angle of 19.46º 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 #ED7034 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 52 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.07 |
| HSL | 19.46º | 0.84% | 0.57% | - |
| HSV(B) | 19.46º | 0.78% | 0.93% | - |
| XYZ | 41.34 | 29.84 | 6.83 | - |
| YUV | 142.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 52 | 0 | 0.53 | 0.78 | 0.07 | 19.46 | 0.84 | 0.57 |
| Hex | ED | 70 | 34 | 0 | 35 | 4E | 7 | 13 | 54 | 39 |
| Octal | 355 | 160 | 64 | 0 | 65 | 116 | 7 | 23 | 124 | 71 |
| Binary | 11101101 | 1110000 | 110100 | 0 | 110101 | 1001110 | 111 | 10011 | 1010100 | 111001 |
Color Harmonies of #ED7034
Complementary color
Monochromatic Colors of #ED7034
Black with #ED7034
Text Example
Text Example
White with #ED7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7034; }
p { color: rgb(237,112,52); }
H1.HeaderClassName
{
color: #ED7034;
}
.AnyTagClassName
{
color: #ED7034;
}
</style>
background-color css
<style>
a { background-color: #ED7034; }
a { background-color: rgb(237,112,52); }
div.DivClassName
{
background-color: #ED7034;
}
.BgClassName
{
background-color: #ED7034;
}
</style>
border-color css
<style>
span { border-color: #ED7034; }
span { border-color: rgb(237,112,52); }
td.TdClassName
{
border-color: #ED7034;
}
.TagClassName
{
border-color: #ED7034;
}
</style>