Shades of Sorbus #ED6830
Tints of Sorbus #ED6830
RGB
CMYK
RGB Variations
Color information
#ED6830 (or 0xED6830) is known color: Sorbus. HEX triplet: ED, 68 and 30. RGB value is (237,104,48). Sum of RGB (Red+Green+Blue) = 237+104+48=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6830 is #1297CF. Grayscale: #898989. Windows color (decimal): -1218512 or 3172589. OLE color: 3172589.
HSL color Cylindrical-coordinate representation of color #ED6830: hue angle of 17.78º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED6830 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 48 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.07 |
| HSL | 17.78º | 0.84% | 0.56% | - |
| HSV(B) | 17.78º | 0.8% | 0.93% | - |
| XYZ | 40.41 | 28.12 | 6.09 | - |
| YUV | 137.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 48 | 0 | 0.56 | 0.80 | 0.07 | 17.78 | 0.84 | 0.56 |
| Hex | ED | 68 | 30 | 0 | 38 | 50 | 7 | 12 | 54 | 38 |
| Octal | 355 | 150 | 60 | 0 | 70 | 120 | 7 | 22 | 124 | 70 |
| Binary | 11101101 | 1101000 | 110000 | 0 | 111000 | 1010000 | 111 | 10010 | 1010100 | 111000 |
Color Harmonies of #ED6830
Complementary color
Monochromatic Colors of #ED6830
Black with #ED6830
Text Example
Text Example
White with #ED6830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6830; }
p { color: rgb(237,104,48); }
H1.HeaderClassName
{
color: #ED6830;
}
.AnyTagClassName
{
color: #ED6830;
}
</style>
background-color css
<style>
a { background-color: #ED6830; }
a { background-color: rgb(237,104,48); }
div.DivClassName
{
background-color: #ED6830;
}
.BgClassName
{
background-color: #ED6830;
}
</style>
border-color css
<style>
span { border-color: #ED6830; }
span { border-color: rgb(237,104,48); }
td.TdClassName
{
border-color: #ED6830;
}
.TagClassName
{
border-color: #ED6830;
}
</style>