Shades of Gamboge #EEA508
Tints of Gamboge #EEA508
RGB
CMYK
RGB Variations
Color information
#EEA508 (or 0xEEA508) is known color: Gamboge. HEX triplet: EE, A5 and 08. RGB value is (238,165,8). Sum of RGB (Red+Green+Blue) = 238+165+8=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA508 is #115AF7. Grayscale: #A9A9A9. Windows color (decimal): -1137400 or 566766. OLE color: 566766.
HSL color Cylindrical-coordinate representation of color #EEA508: hue angle of 40.96º 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 #EEA508 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 8 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.07 |
| HSL | 40.96º | 0.93% | 0.48% | - |
| HSV(B) | 40.96º | 0.97% | 0.93% | - |
| XYZ | 48.76 | 45.1 | 6.37 | - |
| YUV | 168.93 | 37.18 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 8 | 0 | 0.31 | 0.97 | 0.07 | 40.96 | 0.93 | 0.48 |
| Hex | EE | A5 | 8 | 0 | 1F | 61 | 7 | 29 | 5D | 30 |
| Octal | 356 | 245 | 10 | 0 | 37 | 141 | 7 | 51 | 135 | 60 |
| Binary | 11101110 | 10100101 | 1000 | 0 | 11111 | 1100001 | 111 | 101001 | 1011101 | 110000 |
Color Harmonies of #EEA508
Complementary color
Monochromatic Colors of #EEA508
Black with #EEA508
Text Example
Text Example
White with #EEA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA508; }
p { color: rgb(238,165,8); }
H1.HeaderClassName
{
color: #EEA508;
}
.AnyTagClassName
{
color: #EEA508;
}
</style>
background-color css
<style>
a { background-color: #EEA508; }
a { background-color: rgb(238,165,8); }
div.DivClassName
{
background-color: #EEA508;
}
.BgClassName
{
background-color: #EEA508;
}
</style>
border-color css
<style>
span { border-color: #EEA508; }
span { border-color: rgb(238,165,8); }
td.TdClassName
{
border-color: #EEA508;
}
.TagClassName
{
border-color: #EEA508;
}
</style>