Shades of Orange #EEAD01
Tints of Orange #EEAD01
RGB
CMYK
RGB Variations
Color information
#EEAD01 (or 0xEEAD01) is known color: Orange. HEX triplet: EE, AD and 01. RGB value is (238,173,1). Sum of RGB (Red+Green+Blue) = 238+173+1=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAD01 is #1152FE. Grayscale: #ADADAD. Windows color (decimal): -1135359 or 110062. OLE color: 110062.
HSL color Cylindrical-coordinate representation of color #EEAD01: hue angle of 43.54º 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 #EEAD01 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.07 |
| HSL | 43.54º | 0.99% | 0.47% | - |
| HSV(B) | 43.54º | 1% | 0.93% | - |
| XYZ | 50.21 | 48.07 | 6.66 | - |
| YUV | 172.83 | 31.03 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 1 | 0 | 0.27 | 1.00 | 0.07 | 43.54 | 0.99 | 0.47 |
| Hex | EE | AD | 1 | 0 | 1B | 64 | 7 | 2C | 63 | 2F |
| Octal | 356 | 255 | 1 | 0 | 33 | 144 | 7 | 54 | 143 | 57 |
| Binary | 11101110 | 10101101 | 1 | 0 | 11011 | 1100100 | 111 | 101100 | 1100011 | 101111 |
Color Harmonies of #EEAD01
Complementary color
Monochromatic Colors of #EEAD01
Black with #EEAD01
Text Example
Text Example
White with #EEAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD01; }
p { color: rgb(238,173,1); }
H1.HeaderClassName
{
color: #EEAD01;
}
.AnyTagClassName
{
color: #EEAD01;
}
</style>
background-color css
<style>
a { background-color: #EEAD01; }
a { background-color: rgb(238,173,1); }
div.DivClassName
{
background-color: #EEAD01;
}
.BgClassName
{
background-color: #EEAD01;
}
</style>
border-color css
<style>
span { border-color: #EEAD01; }
span { border-color: rgb(238,173,1); }
td.TdClassName
{
border-color: #EEAD01;
}
.TagClassName
{
border-color: #EEAD01;
}
</style>