Shades of Sorbus #EB663D
Tints of Sorbus #EB663D
RGB
CMYK
RGB Variations
Color information
#EB663D (or 0xEB663D) is known color: Sorbus. HEX triplet: EB, 66 and 3D. RGB value is (235,102,61). Sum of RGB (Red+Green+Blue) = 235+102+61=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB663D is #1499C2. Grayscale: #898989. Windows color (decimal): -1350083 or 4024043. OLE color: 4024043.
HSL color Cylindrical-coordinate representation of color #EB663D: hue angle of 14.14º 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 #EB663D is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 61 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.08 |
| HSL | 14.14º | 0.81% | 0.58% | - |
| HSV(B) | 14.14º | 0.74% | 0.92% | - |
| XYZ | 39.85 | 27.5 | 7.62 | - |
| YUV | 137.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 61 | 0 | 0.57 | 0.74 | 0.08 | 14.14 | 0.81 | 0.58 |
| Hex | EB | 66 | 3D | 0 | 39 | 4A | 8 | E | 51 | 3A |
| Octal | 353 | 146 | 75 | 0 | 71 | 112 | 10 | 16 | 121 | 72 |
| Binary | 11101011 | 1100110 | 111101 | 0 | 111001 | 1001010 | 1000 | 1110 | 1010001 | 111010 |
Color Harmonies of #EB663D
Complementary color
Monochromatic Colors of #EB663D
Black with #EB663D
Text Example
Text Example
White with #EB663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB663D; }
p { color: rgb(235,102,61); }
H1.HeaderClassName
{
color: #EB663D;
}
.AnyTagClassName
{
color: #EB663D;
}
</style>
background-color css
<style>
a { background-color: #EB663D; }
a { background-color: rgb(235,102,61); }
div.DivClassName
{
background-color: #EB663D;
}
.BgClassName
{
background-color: #EB663D;
}
</style>
border-color css
<style>
span { border-color: #EB663D; }
span { border-color: rgb(235,102,61); }
td.TdClassName
{
border-color: #EB663D;
}
.TagClassName
{
border-color: #EB663D;
}
</style>