Shades of Sorbus #EC662A
Tints of Sorbus #EC662A
RGB
CMYK
RGB Variations
Color information
#EC662A (or 0xEC662A) is known color: Sorbus. HEX triplet: EC, 66 and 2A. RGB value is (236,102,42). Sum of RGB (Red+Green+Blue) = 236+102+42=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC662A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC662A is #1399D5. Grayscale: #878787. Windows color (decimal): -1284566 or 2778860. OLE color: 2778860.
HSL color Cylindrical-coordinate representation of color #EC662A: hue angle of 18.56º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC662A is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 42 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.07 |
| HSL | 18.56º | 0.84% | 0.55% | - |
| HSV(B) | 18.56º | 0.82% | 0.93% | - |
| XYZ | 39.76 | 27.5 | 5.4 | - |
| YUV | 135.23 | 75.39 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 42 | 0 | 0.57 | 0.82 | 0.07 | 18.56 | 0.84 | 0.55 |
| Hex | EC | 66 | 2A | 0 | 39 | 52 | 7 | 13 | 54 | 37 |
| Octal | 354 | 146 | 52 | 0 | 71 | 122 | 7 | 23 | 124 | 67 |
| Binary | 11101100 | 1100110 | 101010 | 0 | 111001 | 1010010 | 111 | 10011 | 1010100 | 110111 |
Color Harmonies of #EC662A
Complementary color
Monochromatic Colors of #EC662A
Black with #EC662A
Text Example
Text Example
White with #EC662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC662A; }
p { color: rgb(236,102,42); }
H1.HeaderClassName
{
color: #EC662A;
}
.AnyTagClassName
{
color: #EC662A;
}
</style>
background-color css
<style>
a { background-color: #EC662A; }
a { background-color: rgb(236,102,42); }
div.DivClassName
{
background-color: #EC662A;
}
.BgClassName
{
background-color: #EC662A;
}
</style>
border-color css
<style>
span { border-color: #EC662A; }
span { border-color: rgb(236,102,42); }
td.TdClassName
{
border-color: #EC662A;
}
.TagClassName
{
border-color: #EC662A;
}
</style>