Shades of Orange Peel #EEA000
Tints of Orange Peel #EEA000
RGB
CMYK
RGB Variations
Color information
#EEA000 (or 0xEEA000) is known color: Orange Peel. HEX triplet: EE, A0 and 00. RGB value is (238,160,0). Sum of RGB (Red+Green+Blue) = 238+160+0=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA000 is #115FFF. Grayscale: #A5A5A5. Windows color (decimal): -1138688 or 41198. OLE color: 41198.
HSL color Cylindrical-coordinate representation of color #EEA000: hue angle of 40.34º 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 #EEA000 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.07 |
| HSL | 40.34º | 1% | 0.47% | - |
| HSV(B) | 40.34º | 1% | 0.93% | - |
| XYZ | 47.83 | 43.32 | 5.84 | - |
| YUV | 165.08 | 34.84 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 0 | 0 | 0.33 | 1 | 0.07 | 40.34 | 1 | 0.47 |
| Hex | EE | A0 | 0 | 0 | 21 | 64 | 7 | 28 | 64 | 2F |
| Octal | 356 | 240 | 0 | 0 | 41 | 144 | 7 | 50 | 144 | 57 |
| Binary | 11101110 | 10100000 | 0 | 0 | 100001 | 1100100 | 111 | 101000 | 1100100 | 101111 |
Color Harmonies of #EEA000
Complementary color
Monochromatic Colors of #EEA000
Black with #EEA000
Text Example
Text Example
White with #EEA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA000; }
p { color: rgb(238,160,0); }
H1.HeaderClassName
{
color: #EEA000;
}
.AnyTagClassName
{
color: #EEA000;
}
</style>
background-color css
<style>
a { background-color: #EEA000; }
a { background-color: rgb(238,160,0); }
div.DivClassName
{
background-color: #EEA000;
}
.BgClassName
{
background-color: #EEA000;
}
</style>
border-color css
<style>
span { border-color: #EEA000; }
span { border-color: rgb(238,160,0); }
td.TdClassName
{
border-color: #EEA000;
}
.TagClassName
{
border-color: #EEA000;
}
</style>