Shades of Gamboge #EEA509
Tints of Gamboge #EEA509
RGB
CMYK
RGB Variations
Color information
#EEA509 (or 0xEEA509) is known color: Gamboge. HEX triplet: EE, A5 and 09. RGB value is (238,165,9). Sum of RGB (Red+Green+Blue) = 238+165+9=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA509 is #115AF6. Grayscale: #A9A9A9. Windows color (decimal): -1137399 or 632302. OLE color: 632302.
HSL color Cylindrical-coordinate representation of color #EEA509: hue angle of 40.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEA509 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.07 |
| HSL | 40.87º | 0.93% | 0.48% | - |
| HSV(B) | 40.87º | 0.96% | 0.93% | - |
| XYZ | 48.76 | 45.11 | 6.39 | - |
| YUV | 169.04 | 37.68 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 9 | 0 | 0.31 | 0.96 | 0.07 | 40.87 | 0.93 | 0.48 |
| Hex | EE | A5 | 9 | 0 | 1F | 60 | 7 | 29 | 5D | 30 |
| Octal | 356 | 245 | 11 | 0 | 37 | 140 | 7 | 51 | 135 | 60 |
| Binary | 11101110 | 10100101 | 1001 | 0 | 11111 | 1100000 | 111 | 101001 | 1011101 | 110000 |
Color Harmonies of #EEA509
Complementary color
Monochromatic Colors of #EEA509
Black with #EEA509
Text Example
Text Example
White with #EEA509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA509; }
p { color: rgb(238,165,9); }
H1.HeaderClassName
{
color: #EEA509;
}
.AnyTagClassName
{
color: #EEA509;
}
</style>
background-color css
<style>
a { background-color: #EEA509; }
a { background-color: rgb(238,165,9); }
div.DivClassName
{
background-color: #EEA509;
}
.BgClassName
{
background-color: #EEA509;
}
</style>
border-color css
<style>
span { border-color: #EEA509; }
span { border-color: rgb(238,165,9); }
td.TdClassName
{
border-color: #EEA509;
}
.TagClassName
{
border-color: #EEA509;
}
</style>