Shades of Sorbus #ED673B
Tints of Sorbus #ED673B
RGB
CMYK
RGB Variations
Color information
#ED673B (or 0xED673B) is known color: Sorbus. HEX triplet: ED, 67 and 3B. RGB value is (237,103,59). Sum of RGB (Red+Green+Blue) = 237+103+59=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED673B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED673B is #1298C4. Grayscale: #8A8A8A. Windows color (decimal): -1218757 or 3893229. OLE color: 3893229.
HSL color Cylindrical-coordinate representation of color #ED673B: hue angle of 14.83º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED673B is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 59 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.07 |
| HSL | 14.83º | 0.83% | 0.58% | - |
| HSV(B) | 14.83º | 0.75% | 0.93% | - |
| XYZ | 40.56 | 28.02 | 7.41 | - |
| YUV | 138.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 59 | 0 | 0.57 | 0.75 | 0.07 | 14.83 | 0.83 | 0.58 |
| Hex | ED | 67 | 3B | 0 | 39 | 4B | 7 | F | 53 | 3A |
| Octal | 355 | 147 | 73 | 0 | 71 | 113 | 7 | 17 | 123 | 72 |
| Binary | 11101101 | 1100111 | 111011 | 0 | 111001 | 1001011 | 111 | 1111 | 1010011 | 111010 |
Color Harmonies of #ED673B
Complementary color
Monochromatic Colors of #ED673B
Black with #ED673B
Text Example
Text Example
White with #ED673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED673B; }
p { color: rgb(237,103,59); }
H1.HeaderClassName
{
color: #ED673B;
}
.AnyTagClassName
{
color: #ED673B;
}
</style>
background-color css
<style>
a { background-color: #ED673B; }
a { background-color: rgb(237,103,59); }
div.DivClassName
{
background-color: #ED673B;
}
.BgClassName
{
background-color: #ED673B;
}
</style>
border-color css
<style>
span { border-color: #ED673B; }
span { border-color: rgb(237,103,59); }
td.TdClassName
{
border-color: #ED673B;
}
.TagClassName
{
border-color: #ED673B;
}
</style>