Shades of Gamboge #EEA11C
Tints of Gamboge #EEA11C
RGB
CMYK
RGB Variations
Color information
#EEA11C (or 0xEEA11C) is known color: Gamboge. HEX triplet: EE, A1 and 1C. RGB value is (238,161,28). Sum of RGB (Red+Green+Blue) = 238+161+28=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA11C is #115EE3. Grayscale: #A9A9A9. Windows color (decimal): -1138404 or 1876462. OLE color: 1876462.
HSL color Cylindrical-coordinate representation of color #EEA11C: hue angle of 38º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEA11C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.07 |
| HSL | 38º | 0.86% | 0.52% | - |
| HSV(B) | 38º | 0.88% | 0.93% | - |
| XYZ | 48.21 | 43.75 | 7 | - |
| YUV | 168.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 28 | 0 | 0.32 | 0.88 | 0.07 | 38 | 0.86 | 0.52 |
| Hex | EE | A1 | 1C | 0 | 20 | 58 | 7 | 26 | 56 | 34 |
| Octal | 356 | 241 | 34 | 0 | 40 | 130 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100001 | 11100 | 0 | 100000 | 1011000 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA11C
Complementary color
Monochromatic Colors of #EEA11C
Black with #EEA11C
Text Example
Text Example
White with #EEA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA11C; }
p { color: rgb(238,161,28); }
H1.HeaderClassName
{
color: #EEA11C;
}
.AnyTagClassName
{
color: #EEA11C;
}
</style>
background-color css
<style>
a { background-color: #EEA11C; }
a { background-color: rgb(238,161,28); }
div.DivClassName
{
background-color: #EEA11C;
}
.BgClassName
{
background-color: #EEA11C;
}
</style>
border-color css
<style>
span { border-color: #EEA11C; }
span { border-color: rgb(238,161,28); }
td.TdClassName
{
border-color: #EEA11C;
}
.TagClassName
{
border-color: #EEA11C;
}
</style>