Shades of Orange Peel #EE9B00
Tints of Orange Peel #EE9B00
RGB
CMYK
RGB Variations
Color information
#EE9B00 (or 0xEE9B00) is known color: Orange Peel. HEX triplet: EE, 9B and 00. RGB value is (238,155,0). Sum of RGB (Red+Green+Blue) = 238+155+0=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9B00 is #1164FF. Grayscale: #A2A2A2. Windows color (decimal): -1139968 or 39918. OLE color: 39918.
HSL color Cylindrical-coordinate representation of color #EE9B00: hue angle of 39.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 #EE9B00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.07 |
| HSL | 39.08º | 1% | 0.47% | - |
| HSV(B) | 39.08º | 1% | 0.93% | - |
| XYZ | 46.98 | 41.62 | 5.56 | - |
| YUV | 162.15 | 36.5 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 0 | 0 | 0.35 | 1 | 0.07 | 39.08 | 1 | 0.47 |
| Hex | EE | 9B | 0 | 0 | 23 | 64 | 7 | 27 | 64 | 2F |
| Octal | 356 | 233 | 0 | 0 | 43 | 144 | 7 | 47 | 144 | 57 |
| Binary | 11101110 | 10011011 | 0 | 0 | 100011 | 1100100 | 111 | 100111 | 1100100 | 101111 |
Color Harmonies of #EE9B00
Complementary color
Monochromatic Colors of #EE9B00
Black with #EE9B00
Text Example
Text Example
White with #EE9B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9B00; }
p { color: rgb(238,155,0); }
H1.HeaderClassName
{
color: #EE9B00;
}
.AnyTagClassName
{
color: #EE9B00;
}
</style>
background-color css
<style>
a { background-color: #EE9B00; }
a { background-color: rgb(238,155,0); }
div.DivClassName
{
background-color: #EE9B00;
}
.BgClassName
{
background-color: #EE9B00;
}
</style>
border-color css
<style>
span { border-color: #EE9B00; }
span { border-color: rgb(238,155,0); }
td.TdClassName
{
border-color: #EE9B00;
}
.TagClassName
{
border-color: #EE9B00;
}
</style>