Shades of Orange Peel #EE9F00
Tints of Orange Peel #EE9F00
RGB
CMYK
RGB Variations
Color information
#EE9F00 (or 0xEE9F00) is known color: Orange Peel. HEX triplet: EE, 9F and 00. RGB value is (238,159,0). Sum of RGB (Red+Green+Blue) = 238+159+0=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9F00 is #1160FF. Grayscale: #A5A5A5. Windows color (decimal): -1138944 or 40942. OLE color: 40942.
HSL color Cylindrical-coordinate representation of color #EE9F00: hue angle of 40.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE9F00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.07 |
| HSL | 40.08º | 1% | 0.47% | - |
| HSV(B) | 40.08º | 1% | 0.93% | - |
| XYZ | 47.66 | 42.97 | 5.78 | - |
| YUV | 164.5 | 35.17 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 0 | 0 | 0.33 | 1 | 0.07 | 40.08 | 1 | 0.47 |
| Hex | EE | 9F | 0 | 0 | 21 | 64 | 7 | 28 | 64 | 2F |
| Octal | 356 | 237 | 0 | 0 | 41 | 144 | 7 | 50 | 144 | 57 |
| Binary | 11101110 | 10011111 | 0 | 0 | 100001 | 1100100 | 111 | 101000 | 1100100 | 101111 |
Color Harmonies of #EE9F00
Complementary color
Monochromatic Colors of #EE9F00
Black with #EE9F00
Text Example
Text Example
White with #EE9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F00; }
p { color: rgb(238,159,0); }
H1.HeaderClassName
{
color: #EE9F00;
}
.AnyTagClassName
{
color: #EE9F00;
}
</style>
background-color css
<style>
a { background-color: #EE9F00; }
a { background-color: rgb(238,159,0); }
div.DivClassName
{
background-color: #EE9F00;
}
.BgClassName
{
background-color: #EE9F00;
}
</style>
border-color css
<style>
span { border-color: #EE9F00; }
span { border-color: rgb(238,159,0); }
td.TdClassName
{
border-color: #EE9F00;
}
.TagClassName
{
border-color: #EE9F00;
}
</style>