Shades of Sorbus #ED663E
Tints of Sorbus #ED663E
RGB
CMYK
RGB Variations
Color information
#ED663E (or 0xED663E) is known color: Sorbus. HEX triplet: ED, 66 and 3E. RGB value is (237,102,62). Sum of RGB (Red+Green+Blue) = 237+102+62=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED663E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED663E is #1299C1. Grayscale: #8A8A8A. Windows color (decimal): -1219010 or 4089581. OLE color: 4089581.
HSL color Cylindrical-coordinate representation of color #ED663E: hue angle of 13.71º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED663E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 62 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.07 |
| HSL | 13.71º | 0.83% | 0.59% | - |
| HSV(B) | 13.71º | 0.74% | 0.93% | - |
| XYZ | 40.55 | 27.86 | 7.8 | - |
| YUV | 137.81 | 85.23 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 62 | 0 | 0.57 | 0.74 | 0.07 | 13.71 | 0.83 | 0.59 |
| Hex | ED | 66 | 3E | 0 | 39 | 4A | 7 | E | 53 | 3B |
| Octal | 355 | 146 | 76 | 0 | 71 | 112 | 7 | 16 | 123 | 73 |
| Binary | 11101101 | 1100110 | 111110 | 0 | 111001 | 1001010 | 111 | 1110 | 1010011 | 111011 |
Color Harmonies of #ED663E
Complementary color
Monochromatic Colors of #ED663E
Black with #ED663E
Text Example
Text Example
White with #ED663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED663E; }
p { color: rgb(237,102,62); }
H1.HeaderClassName
{
color: #ED663E;
}
.AnyTagClassName
{
color: #ED663E;
}
</style>
background-color css
<style>
a { background-color: #ED663E; }
a { background-color: rgb(237,102,62); }
div.DivClassName
{
background-color: #ED663E;
}
.BgClassName
{
background-color: #ED663E;
}
</style>
border-color css
<style>
span { border-color: #ED663E; }
span { border-color: rgb(237,102,62); }
td.TdClassName
{
border-color: #ED663E;
}
.TagClassName
{
border-color: #ED663E;
}
</style>