Shades of Orange Peel #EEA001
Tints of Orange Peel #EEA001
RGB
CMYK
RGB Variations
Color information
#EEA001 (or 0xEEA001) is known color: Orange Peel. HEX triplet: EE, A0 and 01. RGB value is (238,160,1). Sum of RGB (Red+Green+Blue) = 238+160+1=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA001 is #115FFE. Grayscale: #A5A5A5. Windows color (decimal): -1138687 or 106734. OLE color: 106734.
HSL color Cylindrical-coordinate representation of color #EEA001: hue angle of 40.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEA001 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.07 |
| HSL | 40.25º | 0.99% | 0.47% | - |
| HSV(B) | 40.25º | 1% | 0.93% | - |
| XYZ | 47.84 | 43.32 | 5.87 | - |
| YUV | 165.2 | 35.34 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 1 | 0 | 0.33 | 1.00 | 0.07 | 40.25 | 0.99 | 0.47 |
| Hex | EE | A0 | 1 | 0 | 21 | 64 | 7 | 28 | 63 | 2F |
| Octal | 356 | 240 | 1 | 0 | 41 | 144 | 7 | 50 | 143 | 57 |
| Binary | 11101110 | 10100000 | 1 | 0 | 100001 | 1100100 | 111 | 101000 | 1100011 | 101111 |
Color Harmonies of #EEA001
Complementary color
Monochromatic Colors of #EEA001
Black with #EEA001
Text Example
Text Example
White with #EEA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA001; }
p { color: rgb(238,160,1); }
H1.HeaderClassName
{
color: #EEA001;
}
.AnyTagClassName
{
color: #EEA001;
}
</style>
background-color css
<style>
a { background-color: #EEA001; }
a { background-color: rgb(238,160,1); }
div.DivClassName
{
background-color: #EEA001;
}
.BgClassName
{
background-color: #EEA001;
}
</style>
border-color css
<style>
span { border-color: #EEA001; }
span { border-color: rgb(238,160,1); }
td.TdClassName
{
border-color: #EEA001;
}
.TagClassName
{
border-color: #EEA001;
}
</style>