Shades of Sorbus #EB663C
Tints of Sorbus #EB663C
RGB
CMYK
RGB Variations
Color information
#EB663C (or 0xEB663C) is known color: Sorbus. HEX triplet: EB, 66 and 3C. RGB value is (235,102,60). Sum of RGB (Red+Green+Blue) = 235+102+60=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB663C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB663C is #1499C3. Grayscale: #898989. Windows color (decimal): -1350084 or 3958507. OLE color: 3958507.
HSL color Cylindrical-coordinate representation of color #EB663C: hue angle of 14.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB663C is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 60 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.08 |
| HSL | 14.4º | 0.81% | 0.58% | - |
| HSV(B) | 14.4º | 0.74% | 0.92% | - |
| XYZ | 39.83 | 27.49 | 7.48 | - |
| YUV | 136.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 60 | 0 | 0.57 | 0.74 | 0.08 | 14.4 | 0.81 | 0.58 |
| Hex | EB | 66 | 3C | 0 | 39 | 4A | 8 | E | 51 | 3A |
| Octal | 353 | 146 | 74 | 0 | 71 | 112 | 10 | 16 | 121 | 72 |
| Binary | 11101011 | 1100110 | 111100 | 0 | 111001 | 1001010 | 1000 | 1110 | 1010001 | 111010 |
Color Harmonies of #EB663C
Complementary color
Monochromatic Colors of #EB663C
Black with #EB663C
Text Example
Text Example
White with #EB663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB663C; }
p { color: rgb(235,102,60); }
H1.HeaderClassName
{
color: #EB663C;
}
.AnyTagClassName
{
color: #EB663C;
}
</style>
background-color css
<style>
a { background-color: #EB663C; }
a { background-color: rgb(235,102,60); }
div.DivClassName
{
background-color: #EB663C;
}
.BgClassName
{
background-color: #EB663C;
}
</style>
border-color css
<style>
span { border-color: #EB663C; }
span { border-color: rgb(235,102,60); }
td.TdClassName
{
border-color: #EB663C;
}
.TagClassName
{
border-color: #EB663C;
}
</style>