Shades of Sorbus #EE6C3A
Tints of Sorbus #EE6C3A
RGB
CMYK
RGB Variations
Color information
#EE6C3A (or 0xEE6C3A) is known color: Sorbus. HEX triplet: EE, 6C and 3A. RGB value is (238,108,58). Sum of RGB (Red+Green+Blue) = 238+108+58=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6C3A is #1193C5. Grayscale: #8D8D8D. Windows color (decimal): -1151942 or 3828974. OLE color: 3828974.
HSL color Cylindrical-coordinate representation of color #EE6C3A: hue angle of 16.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE6C3A is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 58 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.07 |
| HSL | 16.67º | 0.84% | 0.58% | - |
| HSV(B) | 16.67º | 0.76% | 0.93% | - |
| XYZ | 41.39 | 29.21 | 7.46 | - |
| YUV | 141.17 | 81.07 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 58 | 0 | 0.55 | 0.76 | 0.07 | 16.67 | 0.84 | 0.58 |
| Hex | EE | 6C | 3A | 0 | 37 | 4C | 7 | 11 | 54 | 3A |
| Octal | 356 | 154 | 72 | 0 | 67 | 114 | 7 | 21 | 124 | 72 |
| Binary | 11101110 | 1101100 | 111010 | 0 | 110111 | 1001100 | 111 | 10001 | 1010100 | 111010 |
Color Harmonies of #EE6C3A
Complementary color
Monochromatic Colors of #EE6C3A
Black with #EE6C3A
Text Example
Text Example
White with #EE6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C3A; }
p { color: rgb(238,108,58); }
H1.HeaderClassName
{
color: #EE6C3A;
}
.AnyTagClassName
{
color: #EE6C3A;
}
</style>
background-color css
<style>
a { background-color: #EE6C3A; }
a { background-color: rgb(238,108,58); }
div.DivClassName
{
background-color: #EE6C3A;
}
.BgClassName
{
background-color: #EE6C3A;
}
</style>
border-color css
<style>
span { border-color: #EE6C3A; }
span { border-color: rgb(238,108,58); }
td.TdClassName
{
border-color: #EE6C3A;
}
.TagClassName
{
border-color: #EE6C3A;
}
</style>