Shades of Sorbus #ED672D
Tints of Sorbus #ED672D
RGB
CMYK
RGB Variations
Color information
#ED672D (or 0xED672D) is known color: Sorbus. HEX triplet: ED, 67 and 2D. RGB value is (237,103,45). Sum of RGB (Red+Green+Blue) = 237+103+45=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED672D is #1298D2. Grayscale: #888888. Windows color (decimal): -1218771 or 2975725. OLE color: 2975725.
HSL color Cylindrical-coordinate representation of color #ED672D: hue angle of 18.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED672D is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 45 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.07 |
| HSL | 18.13º | 0.84% | 0.55% | - |
| HSV(B) | 18.13º | 0.81% | 0.93% | - |
| XYZ | 40.25 | 27.89 | 5.75 | - |
| YUV | 136.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 45 | 0 | 0.57 | 0.81 | 0.07 | 18.13 | 0.84 | 0.55 |
| Hex | ED | 67 | 2D | 0 | 39 | 51 | 7 | 12 | 54 | 37 |
| Octal | 355 | 147 | 55 | 0 | 71 | 121 | 7 | 22 | 124 | 67 |
| Binary | 11101101 | 1100111 | 101101 | 0 | 111001 | 1010001 | 111 | 10010 | 1010100 | 110111 |
Color Harmonies of #ED672D
Complementary color
Monochromatic Colors of #ED672D
Black with #ED672D
Text Example
Text Example
White with #ED672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED672D; }
p { color: rgb(237,103,45); }
H1.HeaderClassName
{
color: #ED672D;
}
.AnyTagClassName
{
color: #ED672D;
}
</style>
background-color css
<style>
a { background-color: #ED672D; }
a { background-color: rgb(237,103,45); }
div.DivClassName
{
background-color: #ED672D;
}
.BgClassName
{
background-color: #ED672D;
}
</style>
border-color css
<style>
span { border-color: #ED672D; }
span { border-color: rgb(237,103,45); }
td.TdClassName
{
border-color: #ED672D;
}
.TagClassName
{
border-color: #ED672D;
}
</style>