Shades of Sorbus #EE693F
Tints of Sorbus #EE693F
RGB
CMYK
RGB Variations
Color information
#EE693F (or 0xEE693F) is known color: Sorbus. HEX triplet: EE, 69 and 3F. RGB value is (238,105,63). Sum of RGB (Red+Green+Blue) = 238+105+63=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE693F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE693F is #1196C0. Grayscale: #8C8C8C. Windows color (decimal): -1152705 or 4155886. OLE color: 4155886.
HSL color Cylindrical-coordinate representation of color #EE693F: hue angle of 14.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE693F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 63 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.07 |
| HSL | 14.4º | 0.84% | 0.59% | - |
| HSV(B) | 14.4º | 0.74% | 0.93% | - |
| XYZ | 41.21 | 28.64 | 8.06 | - |
| YUV | 139.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 63 | 0 | 0.56 | 0.74 | 0.07 | 14.4 | 0.84 | 0.59 |
| Hex | EE | 69 | 3F | 0 | 38 | 4A | 7 | E | 54 | 3B |
| Octal | 356 | 151 | 77 | 0 | 70 | 112 | 7 | 16 | 124 | 73 |
| Binary | 11101110 | 1101001 | 111111 | 0 | 111000 | 1001010 | 111 | 1110 | 1010100 | 111011 |
Color Harmonies of #EE693F
Complementary color
Monochromatic Colors of #EE693F
Black with #EE693F
Text Example
Text Example
White with #EE693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE693F; }
p { color: rgb(238,105,63); }
H1.HeaderClassName
{
color: #EE693F;
}
.AnyTagClassName
{
color: #EE693F;
}
</style>
background-color css
<style>
a { background-color: #EE693F; }
a { background-color: rgb(238,105,63); }
div.DivClassName
{
background-color: #EE693F;
}
.BgClassName
{
background-color: #EE693F;
}
</style>
border-color css
<style>
span { border-color: #EE693F; }
span { border-color: rgb(238,105,63); }
td.TdClassName
{
border-color: #EE693F;
}
.TagClassName
{
border-color: #EE693F;
}
</style>