Shades of Sorbus #ED673D
Tints of Sorbus #ED673D
RGB
CMYK
RGB Variations
Color information
#ED673D (or 0xED673D) is known color: Sorbus. HEX triplet: ED, 67 and 3D. RGB value is (237,103,61). Sum of RGB (Red+Green+Blue) = 237+103+61=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED673D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED673D is #1298C2. Grayscale: #8A8A8A. Windows color (decimal): -1218755 or 4024301. OLE color: 4024301.
HSL color Cylindrical-coordinate representation of color #ED673D: hue angle of 14.32º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED673D is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 61 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.07 |
| HSL | 14.32º | 0.83% | 0.58% | - |
| HSV(B) | 14.32º | 0.74% | 0.93% | - |
| XYZ | 40.62 | 28.04 | 7.69 | - |
| YUV | 138.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 61 | 0 | 0.57 | 0.74 | 0.07 | 14.32 | 0.83 | 0.58 |
| Hex | ED | 67 | 3D | 0 | 39 | 4A | 7 | E | 53 | 3A |
| Octal | 355 | 147 | 75 | 0 | 71 | 112 | 7 | 16 | 123 | 72 |
| Binary | 11101101 | 1100111 | 111101 | 0 | 111001 | 1001010 | 111 | 1110 | 1010011 | 111010 |
Color Harmonies of #ED673D
Complementary color
Monochromatic Colors of #ED673D
Black with #ED673D
Text Example
Text Example
White with #ED673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED673D; }
p { color: rgb(237,103,61); }
H1.HeaderClassName
{
color: #ED673D;
}
.AnyTagClassName
{
color: #ED673D;
}
</style>
background-color css
<style>
a { background-color: #ED673D; }
a { background-color: rgb(237,103,61); }
div.DivClassName
{
background-color: #ED673D;
}
.BgClassName
{
background-color: #ED673D;
}
</style>
border-color css
<style>
span { border-color: #ED673D; }
span { border-color: rgb(237,103,61); }
td.TdClassName
{
border-color: #ED673D;
}
.TagClassName
{
border-color: #ED673D;
}
</style>