Shades of Sorbus #ED7033
Tints of Sorbus #ED7033
RGB
CMYK
RGB Variations
Color information
#ED7033 (or 0xED7033) is known color: Sorbus. HEX triplet: ED, 70 and 33. RGB value is (237,112,51). Sum of RGB (Red+Green+Blue) = 237+112+51=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7033 is #128FCC. Grayscale: #8E8E8E. Windows color (decimal): -1216461 or 3371245. OLE color: 3371245.
HSL color Cylindrical-coordinate representation of color #ED7033: hue angle of 19.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED7033 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 51 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.07 |
| HSL | 19.68º | 0.84% | 0.56% | - |
| HSV(B) | 19.68º | 0.78% | 0.93% | - |
| XYZ | 41.32 | 29.83 | 6.71 | - |
| YUV | 142.42 | 76.41 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 51 | 0 | 0.53 | 0.78 | 0.07 | 19.68 | 0.84 | 0.56 |
| Hex | ED | 70 | 33 | 0 | 35 | 4E | 7 | 14 | 54 | 38 |
| Octal | 355 | 160 | 63 | 0 | 65 | 116 | 7 | 24 | 124 | 70 |
| Binary | 11101101 | 1110000 | 110011 | 0 | 110101 | 1001110 | 111 | 10100 | 1010100 | 111000 |
Color Harmonies of #ED7033
Complementary color
Monochromatic Colors of #ED7033
Black with #ED7033
Text Example
Text Example
White with #ED7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7033; }
p { color: rgb(237,112,51); }
H1.HeaderClassName
{
color: #ED7033;
}
.AnyTagClassName
{
color: #ED7033;
}
</style>
background-color css
<style>
a { background-color: #ED7033; }
a { background-color: rgb(237,112,51); }
div.DivClassName
{
background-color: #ED7033;
}
.BgClassName
{
background-color: #ED7033;
}
</style>
border-color css
<style>
span { border-color: #ED7033; }
span { border-color: rgb(237,112,51); }
td.TdClassName
{
border-color: #ED7033;
}
.TagClassName
{
border-color: #ED7033;
}
</style>