Shades of Sorbus #EC663E
Tints of Sorbus #EC663E
RGB
CMYK
RGB Variations
Color information
#EC663E (or 0xEC663E) is known color: Sorbus. HEX triplet: EC, 66 and 3E. RGB value is (236,102,62). Sum of RGB (Red+Green+Blue) = 236+102+62=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC663E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC663E is #1399C1. Grayscale: #898989. Windows color (decimal): -1284546 or 4089580. OLE color: 4089580.
HSL color Cylindrical-coordinate representation of color #EC663E: hue angle of 13.79º degrees, saturation: 0.82, 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 #EC663E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 62 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.07 |
| HSL | 13.79º | 0.82% | 0.58% | - |
| HSV(B) | 13.79º | 0.74% | 0.93% | - |
| XYZ | 40.21 | 27.68 | 7.78 | - |
| YUV | 137.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 62 | 0 | 0.57 | 0.74 | 0.07 | 13.79 | 0.82 | 0.58 |
| Hex | EC | 66 | 3E | 0 | 39 | 4A | 7 | E | 52 | 3A |
| Octal | 354 | 146 | 76 | 0 | 71 | 112 | 7 | 16 | 122 | 72 |
| Binary | 11101100 | 1100110 | 111110 | 0 | 111001 | 1001010 | 111 | 1110 | 1010010 | 111010 |
Color Harmonies of #EC663E
Complementary color
Monochromatic Colors of #EC663E
Black with #EC663E
Text Example
Text Example
White with #EC663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC663E; }
p { color: rgb(236,102,62); }
H1.HeaderClassName
{
color: #EC663E;
}
.AnyTagClassName
{
color: #EC663E;
}
</style>
background-color css
<style>
a { background-color: #EC663E; }
a { background-color: rgb(236,102,62); }
div.DivClassName
{
background-color: #EC663E;
}
.BgClassName
{
background-color: #EC663E;
}
</style>
border-color css
<style>
span { border-color: #EC663E; }
span { border-color: rgb(236,102,62); }
td.TdClassName
{
border-color: #EC663E;
}
.TagClassName
{
border-color: #EC663E;
}
</style>