Shades of Orange Peel #EF9F00
Tints of Orange Peel #EF9F00
RGB
CMYK
RGB Variations
Color information
#EF9F00 (or 0xEF9F00) is known color: Orange Peel. HEX triplet: EF, 9F and 00. RGB value is (239,159,0). Sum of RGB (Red+Green+Blue) = 239+159+0=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9F00 is #1060FF. Grayscale: #A5A5A5. Windows color (decimal): -1073408 or 40943. OLE color: 40943.
HSL color Cylindrical-coordinate representation of color #EF9F00: hue angle of 39.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF9F00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.06 |
| HSL | 39.92º | 1% | 0.47% | - |
| HSV(B) | 39.92º | 1% | 0.94% | - |
| XYZ | 47.99 | 43.15 | 5.8 | - |
| YUV | 164.79 | 35 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 0 | 0 | 0.33 | 1 | 0.06 | 39.92 | 1 | 0.47 |
| Hex | EF | 9F | 0 | 0 | 21 | 64 | 6 | 28 | 64 | 2F |
| Octal | 357 | 237 | 0 | 0 | 41 | 144 | 6 | 50 | 144 | 57 |
| Binary | 11101111 | 10011111 | 0 | 0 | 100001 | 1100100 | 110 | 101000 | 1100100 | 101111 |
Color Harmonies of #EF9F00
Complementary color
Monochromatic Colors of #EF9F00
Black with #EF9F00
Text Example
Text Example
White with #EF9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F00; }
p { color: rgb(239,159,0); }
H1.HeaderClassName
{
color: #EF9F00;
}
.AnyTagClassName
{
color: #EF9F00;
}
</style>
background-color css
<style>
a { background-color: #EF9F00; }
a { background-color: rgb(239,159,0); }
div.DivClassName
{
background-color: #EF9F00;
}
.BgClassName
{
background-color: #EF9F00;
}
</style>
border-color css
<style>
span { border-color: #EF9F00; }
span { border-color: rgb(239,159,0); }
td.TdClassName
{
border-color: #EF9F00;
}
.TagClassName
{
border-color: #EF9F00;
}
</style>