Shades of Sorbus #EE693C
Tints of Sorbus #EE693C
RGB
CMYK
RGB Variations
Color information
#EE693C (or 0xEE693C) is known color: Sorbus. HEX triplet: EE, 69 and 3C. RGB value is (238,105,60). Sum of RGB (Red+Green+Blue) = 238+105+60=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE693C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE693C is #1196C3. Grayscale: #8B8B8B. Windows color (decimal): -1152708 or 3959278. OLE color: 3959278.
HSL color Cylindrical-coordinate representation of color #EE693C: hue angle of 15.17º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE693C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 60 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.07 |
| HSL | 15.17º | 0.84% | 0.58% | - |
| HSV(B) | 15.17º | 0.75% | 0.93% | - |
| XYZ | 41.13 | 28.61 | 7.63 | - |
| YUV | 139.64 | 83.06 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 60 | 0 | 0.56 | 0.75 | 0.07 | 15.17 | 0.84 | 0.58 |
| Hex | EE | 69 | 3C | 0 | 38 | 4B | 7 | F | 54 | 3A |
| Octal | 356 | 151 | 74 | 0 | 70 | 113 | 7 | 17 | 124 | 72 |
| Binary | 11101110 | 1101001 | 111100 | 0 | 111000 | 1001011 | 111 | 1111 | 1010100 | 111010 |
Color Harmonies of #EE693C
Complementary color
Monochromatic Colors of #EE693C
Black with #EE693C
Text Example
Text Example
White with #EE693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE693C; }
p { color: rgb(238,105,60); }
H1.HeaderClassName
{
color: #EE693C;
}
.AnyTagClassName
{
color: #EE693C;
}
</style>
background-color css
<style>
a { background-color: #EE693C; }
a { background-color: rgb(238,105,60); }
div.DivClassName
{
background-color: #EE693C;
}
.BgClassName
{
background-color: #EE693C;
}
</style>
border-color css
<style>
span { border-color: #EE693C; }
span { border-color: rgb(238,105,60); }
td.TdClassName
{
border-color: #EE693C;
}
.TagClassName
{
border-color: #EE693C;
}
</style>