Shades of Gamboge #EEA410
Tints of Gamboge #EEA410
RGB
CMYK
RGB Variations
Color information
#EEA410 (or 0xEEA410) is known color: Gamboge. HEX triplet: EE, A4 and 10. RGB value is (238,164,16). Sum of RGB (Red+Green+Blue) = 238+164+16=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA410 is #115BEF. Grayscale: #A9A9A9. Windows color (decimal): -1137648 or 1090798. OLE color: 1090798.
HSL color Cylindrical-coordinate representation of color #EEA410: hue angle of 40º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEA410 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.07 |
| HSL | 40º | 0.87% | 0.5% | - |
| HSV(B) | 40º | 0.93% | 0.93% | - |
| XYZ | 48.63 | 44.77 | 6.57 | - |
| YUV | 169.25 | 41.52 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 16 | 0 | 0.31 | 0.93 | 0.07 | 40 | 0.87 | 0.5 |
| Hex | EE | A4 | 10 | 0 | 1F | 5D | 7 | 28 | 57 | 32 |
| Octal | 356 | 244 | 20 | 0 | 37 | 135 | 7 | 50 | 127 | 62 |
| Binary | 11101110 | 10100100 | 10000 | 0 | 11111 | 1011101 | 111 | 101000 | 1010111 | 110010 |
Color Harmonies of #EEA410
Complementary color
Monochromatic Colors of #EEA410
Black with #EEA410
Text Example
Text Example
White with #EEA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA410; }
p { color: rgb(238,164,16); }
H1.HeaderClassName
{
color: #EEA410;
}
.AnyTagClassName
{
color: #EEA410;
}
</style>
background-color css
<style>
a { background-color: #EEA410; }
a { background-color: rgb(238,164,16); }
div.DivClassName
{
background-color: #EEA410;
}
.BgClassName
{
background-color: #EEA410;
}
</style>
border-color css
<style>
span { border-color: #EEA410; }
span { border-color: rgb(238,164,16); }
td.TdClassName
{
border-color: #EEA410;
}
.TagClassName
{
border-color: #EEA410;
}
</style>