Shades of Gamboge #EEA505
Tints of Gamboge #EEA505
RGB
CMYK
RGB Variations
Color information
#EEA505 (or 0xEEA505) is known color: Gamboge. HEX triplet: EE, A5 and 05. RGB value is (238,165,5). Sum of RGB (Red+Green+Blue) = 238+165+5=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA505 is #115AFA. Grayscale: #A9A9A9. Windows color (decimal): -1137403 or 370158. OLE color: 370158.
HSL color Cylindrical-coordinate representation of color #EEA505: hue angle of 41.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEA505 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.07 |
| HSL | 41.2º | 0.96% | 0.48% | - |
| HSV(B) | 41.2º | 0.98% | 0.93% | - |
| XYZ | 48.74 | 45.1 | 6.28 | - |
| YUV | 168.59 | 35.68 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 5 | 0 | 0.31 | 0.98 | 0.07 | 41.2 | 0.96 | 0.48 |
| Hex | EE | A5 | 5 | 0 | 1F | 62 | 7 | 29 | 60 | 30 |
| Octal | 356 | 245 | 5 | 0 | 37 | 142 | 7 | 51 | 140 | 60 |
| Binary | 11101110 | 10100101 | 101 | 0 | 11111 | 1100010 | 111 | 101001 | 1100000 | 110000 |
Color Harmonies of #EEA505
Complementary color
Monochromatic Colors of #EEA505
Black with #EEA505
Text Example
Text Example
White with #EEA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA505; }
p { color: rgb(238,165,5); }
H1.HeaderClassName
{
color: #EEA505;
}
.AnyTagClassName
{
color: #EEA505;
}
</style>
background-color css
<style>
a { background-color: #EEA505; }
a { background-color: rgb(238,165,5); }
div.DivClassName
{
background-color: #EEA505;
}
.BgClassName
{
background-color: #EEA505;
}
</style>
border-color css
<style>
span { border-color: #EEA505; }
span { border-color: rgb(238,165,5); }
td.TdClassName
{
border-color: #EEA505;
}
.TagClassName
{
border-color: #EEA505;
}
</style>