Shades of Gamboge #EEA11A
Tints of Gamboge #EEA11A
RGB
CMYK
RGB Variations
Color information
#EEA11A (or 0xEEA11A) is known color: Gamboge. HEX triplet: EE, A1 and 1A. RGB value is (238,161,26). Sum of RGB (Red+Green+Blue) = 238+161+26=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA11A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA11A is #115EE5. Grayscale: #A9A9A9. Windows color (decimal): -1138406 or 1745390. OLE color: 1745390.
HSL color Cylindrical-coordinate representation of color #EEA11A: hue angle of 38.21º 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 #EEA11A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 26 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38.21º | 0.86% | 0.52% | - |
| HSV(B) | 38.21º | 0.89% | 0.93% | - |
| XYZ | 48.19 | 43.74 | 6.88 | - |
| YUV | 168.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 26 | 0 | 0.32 | 0.89 | 0.07 | 38.21 | 0.86 | 0.52 |
| Hex | EE | A1 | 1A | 0 | 20 | 59 | 7 | 26 | 56 | 34 |
| Octal | 356 | 241 | 32 | 0 | 40 | 131 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100001 | 11010 | 0 | 100000 | 1011001 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA11A
Complementary color
Monochromatic Colors of #EEA11A
Black with #EEA11A
Text Example
Text Example
White with #EEA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA11A; }
p { color: rgb(238,161,26); }
H1.HeaderClassName
{
color: #EEA11A;
}
.AnyTagClassName
{
color: #EEA11A;
}
</style>
background-color css
<style>
a { background-color: #EEA11A; }
a { background-color: rgb(238,161,26); }
div.DivClassName
{
background-color: #EEA11A;
}
.BgClassName
{
background-color: #EEA11A;
}
</style>
border-color css
<style>
span { border-color: #EEA11A; }
span { border-color: rgb(238,161,26); }
td.TdClassName
{
border-color: #EEA11A;
}
.TagClassName
{
border-color: #EEA11A;
}
</style>