Shades of Sorbus #ED692D
Tints of Sorbus #ED692D
RGB
CMYK
RGB Variations
Color information
#ED692D (or 0xED692D) is known color: Sorbus. HEX triplet: ED, 69 and 2D. RGB value is (237,105,45). Sum of RGB (Red+Green+Blue) = 237+105+45=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED692D is #1296D2. Grayscale: #898989. Windows color (decimal): -1218259 or 2976237. OLE color: 2976237.
HSL color Cylindrical-coordinate representation of color #ED692D: hue angle of 18.75º 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 #ED692D is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 45 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.07 |
| HSL | 18.75º | 0.84% | 0.55% | - |
| HSV(B) | 18.75º | 0.81% | 0.93% | - |
| XYZ | 40.45 | 28.3 | 5.81 | - |
| YUV | 137.63 | 75.73 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 45 | 0 | 0.56 | 0.81 | 0.07 | 18.75 | 0.84 | 0.55 |
| Hex | ED | 69 | 2D | 0 | 38 | 51 | 7 | 13 | 54 | 37 |
| Octal | 355 | 151 | 55 | 0 | 70 | 121 | 7 | 23 | 124 | 67 |
| Binary | 11101101 | 1101001 | 101101 | 0 | 111000 | 1010001 | 111 | 10011 | 1010100 | 110111 |
Color Harmonies of #ED692D
Complementary color
Monochromatic Colors of #ED692D
Black with #ED692D
Text Example
Text Example
White with #ED692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED692D; }
p { color: rgb(237,105,45); }
H1.HeaderClassName
{
color: #ED692D;
}
.AnyTagClassName
{
color: #ED692D;
}
</style>
background-color css
<style>
a { background-color: #ED692D; }
a { background-color: rgb(237,105,45); }
div.DivClassName
{
background-color: #ED692D;
}
.BgClassName
{
background-color: #ED692D;
}
</style>
border-color css
<style>
span { border-color: #ED692D; }
span { border-color: rgb(237,105,45); }
td.TdClassName
{
border-color: #ED692D;
}
.TagClassName
{
border-color: #ED692D;
}
</style>