Shades of Sorbus #ED6833
Tints of Sorbus #ED6833
RGB
CMYK
RGB Variations
Color information
#ED6833 (or 0xED6833) is known color: Sorbus. HEX triplet: ED, 68 and 33. RGB value is (237,104,51). Sum of RGB (Red+Green+Blue) = 237+104+51=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6833 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6833 is #1297CC. Grayscale: #8A8A8A. Windows color (decimal): -1218509 or 3369197. OLE color: 3369197.
HSL color Cylindrical-coordinate representation of color #ED6833: hue angle of 17.1º 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 #ED6833 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 51 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.07 |
| HSL | 17.1º | 0.84% | 0.56% | - |
| HSV(B) | 17.1º | 0.78% | 0.93% | - |
| XYZ | 40.47 | 28.14 | 6.43 | - |
| YUV | 137.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 51 | 0 | 0.56 | 0.78 | 0.07 | 17.1 | 0.84 | 0.56 |
| Hex | ED | 68 | 33 | 0 | 38 | 4E | 7 | 11 | 54 | 38 |
| Octal | 355 | 150 | 63 | 0 | 70 | 116 | 7 | 21 | 124 | 70 |
| Binary | 11101101 | 1101000 | 110011 | 0 | 111000 | 1001110 | 111 | 10001 | 1010100 | 111000 |
Color Harmonies of #ED6833
Complementary color
Monochromatic Colors of #ED6833
Black with #ED6833
Text Example
Text Example
White with #ED6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6833; }
p { color: rgb(237,104,51); }
H1.HeaderClassName
{
color: #ED6833;
}
.AnyTagClassName
{
color: #ED6833;
}
</style>
background-color css
<style>
a { background-color: #ED6833; }
a { background-color: rgb(237,104,51); }
div.DivClassName
{
background-color: #ED6833;
}
.BgClassName
{
background-color: #ED6833;
}
</style>
border-color css
<style>
span { border-color: #ED6833; }
span { border-color: rgb(237,104,51); }
td.TdClassName
{
border-color: #ED6833;
}
.TagClassName
{
border-color: #ED6833;
}
</style>