Shades of Orange #EEA900
Tints of Orange #EEA900
RGB
CMYK
RGB Variations
Color information
#EEA900 (or 0xEEA900) is known color: Orange. HEX triplet: EE, A9 and 00. RGB value is (238,169,0). Sum of RGB (Red+Green+Blue) = 238+169+0=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA900 is #1156FF. Grayscale: #ABABAB. Windows color (decimal): -1136384 or 43502. OLE color: 43502.
HSL color Cylindrical-coordinate representation of color #EEA900: hue angle of 42.61º 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 #EEA900 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.07 |
| HSL | 42.61º | 1% | 0.47% | - |
| HSV(B) | 42.61º | 1% | 0.93% | - |
| XYZ | 49.45 | 46.55 | 6.38 | - |
| YUV | 170.37 | 31.86 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 0 | 0 | 0.29 | 1 | 0.07 | 42.61 | 1 | 0.47 |
| Hex | EE | A9 | 0 | 0 | 1D | 64 | 7 | 2B | 64 | 2F |
| Octal | 356 | 251 | 0 | 0 | 35 | 144 | 7 | 53 | 144 | 57 |
| Binary | 11101110 | 10101001 | 0 | 0 | 11101 | 1100100 | 111 | 101011 | 1100100 | 101111 |
Color Harmonies of #EEA900
Complementary color
Monochromatic Colors of #EEA900
Black with #EEA900
Text Example
Text Example
White with #EEA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA900; }
p { color: rgb(238,169,0); }
H1.HeaderClassName
{
color: #EEA900;
}
.AnyTagClassName
{
color: #EEA900;
}
</style>
background-color css
<style>
a { background-color: #EEA900; }
a { background-color: rgb(238,169,0); }
div.DivClassName
{
background-color: #EEA900;
}
.BgClassName
{
background-color: #EEA900;
}
</style>
border-color css
<style>
span { border-color: #EEA900; }
span { border-color: rgb(238,169,0); }
td.TdClassName
{
border-color: #EEA900;
}
.TagClassName
{
border-color: #EEA900;
}
</style>