Shades of Gamboge #EEA811
Tints of Gamboge #EEA811
RGB
CMYK
RGB Variations
Color information
#EEA811 (or 0xEEA811) is known color: Gamboge. HEX triplet: EE, A8 and 11. RGB value is (238,168,17). Sum of RGB (Red+Green+Blue) = 238+168+17=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA811 is #1157EE. Grayscale: #ACACAC. Windows color (decimal): -1136623 or 1157358. OLE color: 1157358.
HSL color Cylindrical-coordinate representation of color #EEA811: hue angle of 41º 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 #EEA811 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.07 |
| HSL | 41º | 0.87% | 0.5% | - |
| HSV(B) | 41º | 0.93% | 0.93% | - |
| XYZ | 49.36 | 46.22 | 6.85 | - |
| YUV | 171.72 | 40.69 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 17 | 0 | 0.29 | 0.93 | 0.07 | 41 | 0.87 | 0.5 |
| Hex | EE | A8 | 11 | 0 | 1D | 5D | 7 | 29 | 57 | 32 |
| Octal | 356 | 250 | 21 | 0 | 35 | 135 | 7 | 51 | 127 | 62 |
| Binary | 11101110 | 10101000 | 10001 | 0 | 11101 | 1011101 | 111 | 101001 | 1010111 | 110010 |
Color Harmonies of #EEA811
Complementary color
Monochromatic Colors of #EEA811
Black with #EEA811
Text Example
Text Example
White with #EEA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA811; }
p { color: rgb(238,168,17); }
H1.HeaderClassName
{
color: #EEA811;
}
.AnyTagClassName
{
color: #EEA811;
}
</style>
background-color css
<style>
a { background-color: #EEA811; }
a { background-color: rgb(238,168,17); }
div.DivClassName
{
background-color: #EEA811;
}
.BgClassName
{
background-color: #EEA811;
}
</style>
border-color css
<style>
span { border-color: #EEA811; }
span { border-color: rgb(238,168,17); }
td.TdClassName
{
border-color: #EEA811;
}
.TagClassName
{
border-color: #EEA811;
}
</style>