Shades of Sorbus #EE703A
Tints of Sorbus #EE703A
RGB
CMYK
RGB Variations
Color information
#EE703A (or 0xEE703A) is known color: Sorbus. HEX triplet: EE, 70 and 3A. RGB value is (238,112,58). Sum of RGB (Red+Green+Blue) = 238+112+58=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE703A is #118FC5. Grayscale: #8F8F8F. Windows color (decimal): -1150918 or 3829998. OLE color: 3829998.
HSL color Cylindrical-coordinate representation of color #EE703A: hue angle of 18º 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 #EE703A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 58 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.07 |
| HSL | 18º | 0.84% | 0.58% | - |
| HSV(B) | 18º | 0.76% | 0.93% | - |
| XYZ | 41.82 | 30.07 | 7.6 | - |
| YUV | 143.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 58 | 0 | 0.53 | 0.76 | 0.07 | 18 | 0.84 | 0.58 |
| Hex | EE | 70 | 3A | 0 | 35 | 4C | 7 | 12 | 54 | 3A |
| Octal | 356 | 160 | 72 | 0 | 65 | 114 | 7 | 22 | 124 | 72 |
| Binary | 11101110 | 1110000 | 111010 | 0 | 110101 | 1001100 | 111 | 10010 | 1010100 | 111010 |
Color Harmonies of #EE703A
Complementary color
Monochromatic Colors of #EE703A
Black with #EE703A
Text Example
Text Example
White with #EE703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE703A; }
p { color: rgb(238,112,58); }
H1.HeaderClassName
{
color: #EE703A;
}
.AnyTagClassName
{
color: #EE703A;
}
</style>
background-color css
<style>
a { background-color: #EE703A; }
a { background-color: rgb(238,112,58); }
div.DivClassName
{
background-color: #EE703A;
}
.BgClassName
{
background-color: #EE703A;
}
</style>
border-color css
<style>
span { border-color: #EE703A; }
span { border-color: rgb(238,112,58); }
td.TdClassName
{
border-color: #EE703A;
}
.TagClassName
{
border-color: #EE703A;
}
</style>