Shades of Sorbus #ED663D
Tints of Sorbus #ED663D
RGB
CMYK
RGB Variations
Color information
#ED663D (or 0xED663D) is known color: Sorbus. HEX triplet: ED, 66 and 3D. RGB value is (237,102,61). Sum of RGB (Red+Green+Blue) = 237+102+61=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED663D is #1299C2. Grayscale: #898989. Windows color (decimal): -1219011 or 4024045. OLE color: 4024045.
HSL color Cylindrical-coordinate representation of color #ED663D: hue angle of 13.98º degrees, saturation: 0.83, 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 #ED663D is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 61 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.07 |
| HSL | 13.98º | 0.83% | 0.58% | - |
| HSV(B) | 13.98º | 0.74% | 0.93% | - |
| XYZ | 40.52 | 27.84 | 7.65 | - |
| YUV | 137.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 61 | 0 | 0.57 | 0.74 | 0.07 | 13.98 | 0.83 | 0.58 |
| Hex | ED | 66 | 3D | 0 | 39 | 4A | 7 | E | 53 | 3A |
| Octal | 355 | 146 | 75 | 0 | 71 | 112 | 7 | 16 | 123 | 72 |
| Binary | 11101101 | 1100110 | 111101 | 0 | 111001 | 1001010 | 111 | 1110 | 1010011 | 111010 |
Color Harmonies of #ED663D
Complementary color
Monochromatic Colors of #ED663D
Black with #ED663D
Text Example
Text Example
White with #ED663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED663D; }
p { color: rgb(237,102,61); }
H1.HeaderClassName
{
color: #ED663D;
}
.AnyTagClassName
{
color: #ED663D;
}
</style>
background-color css
<style>
a { background-color: #ED663D; }
a { background-color: rgb(237,102,61); }
div.DivClassName
{
background-color: #ED663D;
}
.BgClassName
{
background-color: #ED663D;
}
</style>
border-color css
<style>
span { border-color: #ED663D; }
span { border-color: rgb(237,102,61); }
td.TdClassName
{
border-color: #ED663D;
}
.TagClassName
{
border-color: #ED663D;
}
</style>