Shades of Sorbus #E0693D
Tints of Sorbus #E0693D
RGB
CMYK
RGB Variations
Color information
#E0693D (or 0xE0693D) is known color: Sorbus. HEX triplet: E0, 69 and 3D. RGB value is (224,105,61). Sum of RGB (Red+Green+Blue) = 224+105+61=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E0693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0693D is #1F96C2. Grayscale: #878787. Windows color (decimal): -2070211 or 4024800. OLE color: 4024800.
HSL color Cylindrical-coordinate representation of color #E0693D: hue angle of 16.2º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0693D is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 61 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.12 |
| HSL | 16.2º | 0.72% | 0.56% | - |
| HSV(B) | 16.2º | 0.73% | 0.88% | - |
| XYZ | 36.63 | 26.29 | 7.56 | - |
| YUV | 135.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 61 | 0 | 0.53 | 0.73 | 0.12 | 16.2 | 0.72 | 0.56 |
| Hex | E0 | 69 | 3D | 0 | 35 | 49 | C | 10 | 48 | 38 |
| Octal | 340 | 151 | 75 | 0 | 65 | 111 | 14 | 20 | 110 | 70 |
| Binary | 11100000 | 1101001 | 111101 | 0 | 110101 | 1001001 | 1100 | 10000 | 1001000 | 111000 |
Color Harmonies of #E0693D
Complementary color
Monochromatic Colors of #E0693D
Black with #E0693D
Text Example
Text Example
White with #E0693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0693D; }
p { color: rgb(224,105,61); }
H1.HeaderClassName
{
color: #E0693D;
}
.AnyTagClassName
{
color: #E0693D;
}
</style>
background-color css
<style>
a { background-color: #E0693D; }
a { background-color: rgb(224,105,61); }
div.DivClassName
{
background-color: #E0693D;
}
.BgClassName
{
background-color: #E0693D;
}
</style>
border-color css
<style>
span { border-color: #E0693D; }
span { border-color: rgb(224,105,61); }
td.TdClassName
{
border-color: #E0693D;
}
.TagClassName
{
border-color: #E0693D;
}
</style>