Shades of Gamboge #EEA008
Tints of Gamboge #EEA008
RGB
CMYK
RGB Variations
Color information
#EEA008 (or 0xEEA008) is known color: Gamboge. HEX triplet: EE, A0 and 08. RGB value is (238,160,8). Sum of RGB (Red+Green+Blue) = 238+160+8=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA008 is #115FF7. Grayscale: #A6A6A6. Windows color (decimal): -1138680 or 565486. OLE color: 565486.
HSL color Cylindrical-coordinate representation of color #EEA008: hue angle of 39.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEA008 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 8 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.07 |
| HSL | 39.65º | 0.93% | 0.48% | - |
| HSV(B) | 39.65º | 0.97% | 0.93% | - |
| XYZ | 47.87 | 43.34 | 6.07 | - |
| YUV | 165.99 | 38.84 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 8 | 0 | 0.33 | 0.97 | 0.07 | 39.65 | 0.93 | 0.48 |
| Hex | EE | A0 | 8 | 0 | 21 | 61 | 7 | 28 | 5D | 30 |
| Octal | 356 | 240 | 10 | 0 | 41 | 141 | 7 | 50 | 135 | 60 |
| Binary | 11101110 | 10100000 | 1000 | 0 | 100001 | 1100001 | 111 | 101000 | 1011101 | 110000 |
Color Harmonies of #EEA008
Complementary color
Monochromatic Colors of #EEA008
Black with #EEA008
Text Example
Text Example
White with #EEA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA008; }
p { color: rgb(238,160,8); }
H1.HeaderClassName
{
color: #EEA008;
}
.AnyTagClassName
{
color: #EEA008;
}
</style>
background-color css
<style>
a { background-color: #EEA008; }
a { background-color: rgb(238,160,8); }
div.DivClassName
{
background-color: #EEA008;
}
.BgClassName
{
background-color: #EEA008;
}
</style>
border-color css
<style>
span { border-color: #EEA008; }
span { border-color: rgb(238,160,8); }
td.TdClassName
{
border-color: #EEA008;
}
.TagClassName
{
border-color: #EEA008;
}
</style>