Shades of Gamboge #EEA11B
Tints of Gamboge #EEA11B
RGB
CMYK
RGB Variations
Color information
#EEA11B (or 0xEEA11B) is known color: Gamboge. HEX triplet: EE, A1 and 1B. RGB value is (238,161,27). Sum of RGB (Red+Green+Blue) = 238+161+27=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA11B is #115EE4. Grayscale: #A9A9A9. Windows color (decimal): -1138405 or 1810926. OLE color: 1810926.
HSL color Cylindrical-coordinate representation of color #EEA11B: hue angle of 38.1º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEA11B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 27 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38.1º | 0.86% | 0.52% | - |
| HSV(B) | 38.1º | 0.89% | 0.93% | - |
| XYZ | 48.2 | 43.75 | 6.94 | - |
| YUV | 168.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 27 | 0 | 0.32 | 0.89 | 0.07 | 38.1 | 0.86 | 0.52 |
| Hex | EE | A1 | 1B | 0 | 20 | 59 | 7 | 26 | 56 | 34 |
| Octal | 356 | 241 | 33 | 0 | 40 | 131 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100001 | 11011 | 0 | 100000 | 1011001 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA11B
Complementary color
Monochromatic Colors of #EEA11B
Black with #EEA11B
Text Example
Text Example
White with #EEA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA11B; }
p { color: rgb(238,161,27); }
H1.HeaderClassName
{
color: #EEA11B;
}
.AnyTagClassName
{
color: #EEA11B;
}
</style>
background-color css
<style>
a { background-color: #EEA11B; }
a { background-color: rgb(238,161,27); }
div.DivClassName
{
background-color: #EEA11B;
}
.BgClassName
{
background-color: #EEA11B;
}
</style>
border-color css
<style>
span { border-color: #EEA11B; }
span { border-color: rgb(238,161,27); }
td.TdClassName
{
border-color: #EEA11B;
}
.TagClassName
{
border-color: #EEA11B;
}
</style>