Shades of Gamboge #EEA90F
Tints of Gamboge #EEA90F
RGB
CMYK
RGB Variations
Color information
#EEA90F (or 0xEEA90F) is known color: Gamboge. HEX triplet: EE, A9 and 0F. RGB value is (238,169,15). Sum of RGB (Red+Green+Blue) = 238+169+15=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA90F is #1156F0. Grayscale: #ACACAC. Windows color (decimal): -1136369 or 1026542. OLE color: 1026542.
HSL color Cylindrical-coordinate representation of color #EEA90F: hue angle of 41.43º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEA90F is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 15 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.07 |
| HSL | 41.43º | 0.88% | 0.5% | - |
| HSV(B) | 41.43º | 0.94% | 0.93% | - |
| XYZ | 49.53 | 46.59 | 6.83 | - |
| YUV | 172.08 | 39.36 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 15 | 0 | 0.29 | 0.94 | 0.07 | 41.43 | 0.88 | 0.5 |
| Hex | EE | A9 | F | 0 | 1D | 5E | 7 | 29 | 58 | 32 |
| Octal | 356 | 251 | 17 | 0 | 35 | 136 | 7 | 51 | 130 | 62 |
| Binary | 11101110 | 10101001 | 1111 | 0 | 11101 | 1011110 | 111 | 101001 | 1011000 | 110010 |
Color Harmonies of #EEA90F
Complementary color
Monochromatic Colors of #EEA90F
Black with #EEA90F
Text Example
Text Example
White with #EEA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA90F; }
p { color: rgb(238,169,15); }
H1.HeaderClassName
{
color: #EEA90F;
}
.AnyTagClassName
{
color: #EEA90F;
}
</style>
background-color css
<style>
a { background-color: #EEA90F; }
a { background-color: rgb(238,169,15); }
div.DivClassName
{
background-color: #EEA90F;
}
.BgClassName
{
background-color: #EEA90F;
}
</style>
border-color css
<style>
span { border-color: #EEA90F; }
span { border-color: rgb(238,169,15); }
td.TdClassName
{
border-color: #EEA90F;
}
.TagClassName
{
border-color: #EEA90F;
}
</style>