Shades of Gamboge #EEA00B
Tints of Gamboge #EEA00B
RGB
CMYK
RGB Variations
Color information
#EEA00B (or 0xEEA00B) is known color: Gamboge. HEX triplet: EE, A0 and 0B. RGB value is (238,160,11). Sum of RGB (Red+Green+Blue) = 238+160+11=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA00B is #115FF4. Grayscale: #A7A7A7. Windows color (decimal): -1138677 or 762094. OLE color: 762094.
HSL color Cylindrical-coordinate representation of color #EEA00B: hue angle of 39.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEA00B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.07 |
| HSL | 39.38º | 0.91% | 0.49% | - |
| HSV(B) | 39.38º | 0.95% | 0.93% | - |
| XYZ | 47.89 | 43.34 | 6.16 | - |
| YUV | 166.34 | 40.34 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 11 | 0 | 0.33 | 0.95 | 0.07 | 39.38 | 0.91 | 0.49 |
| Hex | EE | A0 | B | 0 | 21 | 5F | 7 | 27 | 5B | 31 |
| Octal | 356 | 240 | 13 | 0 | 41 | 137 | 7 | 47 | 133 | 61 |
| Binary | 11101110 | 10100000 | 1011 | 0 | 100001 | 1011111 | 111 | 100111 | 1011011 | 110001 |
Color Harmonies of #EEA00B
Complementary color
Monochromatic Colors of #EEA00B
Black with #EEA00B
Text Example
Text Example
White with #EEA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA00B; }
p { color: rgb(238,160,11); }
H1.HeaderClassName
{
color: #EEA00B;
}
.AnyTagClassName
{
color: #EEA00B;
}
</style>
background-color css
<style>
a { background-color: #EEA00B; }
a { background-color: rgb(238,160,11); }
div.DivClassName
{
background-color: #EEA00B;
}
.BgClassName
{
background-color: #EEA00B;
}
</style>
border-color css
<style>
span { border-color: #EEA00B; }
span { border-color: rgb(238,160,11); }
td.TdClassName
{
border-color: #EEA00B;
}
.TagClassName
{
border-color: #EEA00B;
}
</style>