Shades of Gamboge #EEA80B
Tints of Gamboge #EEA80B
RGB
CMYK
RGB Variations
Color information
#EEA80B (or 0xEEA80B) is known color: Gamboge. HEX triplet: EE, A8 and 0B. RGB value is (238,168,11). Sum of RGB (Red+Green+Blue) = 238+168+11=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA80B is #1157F4. Grayscale: #ABABAB. Windows color (decimal): -1136629 or 764142. OLE color: 764142.
HSL color Cylindrical-coordinate representation of color #EEA80B: hue angle of 41.5º 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 #EEA80B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.07 |
| HSL | 41.5º | 0.91% | 0.49% | - |
| HSV(B) | 41.5º | 0.95% | 0.93% | - |
| XYZ | 49.32 | 46.21 | 6.64 | - |
| YUV | 171.03 | 37.69 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 11 | 0 | 0.29 | 0.95 | 0.07 | 41.5 | 0.91 | 0.49 |
| Hex | EE | A8 | B | 0 | 1D | 5F | 7 | 29 | 5B | 31 |
| Octal | 356 | 250 | 13 | 0 | 35 | 137 | 7 | 51 | 133 | 61 |
| Binary | 11101110 | 10101000 | 1011 | 0 | 11101 | 1011111 | 111 | 101001 | 1011011 | 110001 |
Color Harmonies of #EEA80B
Complementary color
Monochromatic Colors of #EEA80B
Black with #EEA80B
Text Example
Text Example
White with #EEA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA80B; }
p { color: rgb(238,168,11); }
H1.HeaderClassName
{
color: #EEA80B;
}
.AnyTagClassName
{
color: #EEA80B;
}
</style>
background-color css
<style>
a { background-color: #EEA80B; }
a { background-color: rgb(238,168,11); }
div.DivClassName
{
background-color: #EEA80B;
}
.BgClassName
{
background-color: #EEA80B;
}
</style>
border-color css
<style>
span { border-color: #EEA80B; }
span { border-color: rgb(238,168,11); }
td.TdClassName
{
border-color: #EEA80B;
}
.TagClassName
{
border-color: #EEA80B;
}
</style>