Shades of Sorbus #EC692D
Tints of Sorbus #EC692D
RGB
CMYK
RGB Variations
Color information
#EC692D (or 0xEC692D) is known color: Sorbus. HEX triplet: EC, 69 and 2D. RGB value is (236,105,45). Sum of RGB (Red+Green+Blue) = 236+105+45=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC692D is #1396D2. Grayscale: #898989. Windows color (decimal): -1283795 or 2976236. OLE color: 2976236.
HSL color Cylindrical-coordinate representation of color #EC692D: hue angle of 18.85º degrees, saturation: 0.83, 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 #EC692D is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 45 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.07 |
| HSL | 18.85º | 0.83% | 0.55% | - |
| HSV(B) | 18.85º | 0.81% | 0.93% | - |
| XYZ | 40.12 | 28.13 | 5.8 | - |
| YUV | 137.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 45 | 0 | 0.56 | 0.81 | 0.07 | 18.85 | 0.83 | 0.55 |
| Hex | EC | 69 | 2D | 0 | 38 | 51 | 7 | 13 | 53 | 37 |
| Octal | 354 | 151 | 55 | 0 | 70 | 121 | 7 | 23 | 123 | 67 |
| Binary | 11101100 | 1101001 | 101101 | 0 | 111000 | 1010001 | 111 | 10011 | 1010011 | 110111 |
Color Harmonies of #EC692D
Complementary color
Monochromatic Colors of #EC692D
Black with #EC692D
Text Example
Text Example
White with #EC692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC692D; }
p { color: rgb(236,105,45); }
H1.HeaderClassName
{
color: #EC692D;
}
.AnyTagClassName
{
color: #EC692D;
}
</style>
background-color css
<style>
a { background-color: #EC692D; }
a { background-color: rgb(236,105,45); }
div.DivClassName
{
background-color: #EC692D;
}
.BgClassName
{
background-color: #EC692D;
}
</style>
border-color css
<style>
span { border-color: #EC692D; }
span { border-color: rgb(236,105,45); }
td.TdClassName
{
border-color: #EC692D;
}
.TagClassName
{
border-color: #EC692D;
}
</style>