Shades of Gamboge #EEA813
Tints of Gamboge #EEA813
RGB
CMYK
RGB Variations
Color information
#EEA813 (or 0xEEA813) is known color: Gamboge. HEX triplet: EE, A8 and 13. RGB value is (238,168,19). Sum of RGB (Red+Green+Blue) = 238+168+19=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA813 is #1157EC. Grayscale: #ACACAC. Windows color (decimal): -1136621 or 1288430. OLE color: 1288430.
HSL color Cylindrical-coordinate representation of color #EEA813: hue angle of 40.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEA813 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 19 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.07 |
| HSL | 40.82º | 0.87% | 0.5% | - |
| HSV(B) | 40.82º | 0.92% | 0.93% | - |
| XYZ | 49.38 | 46.23 | 6.94 | - |
| YUV | 171.94 | 41.69 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 19 | 0 | 0.29 | 0.92 | 0.07 | 40.82 | 0.87 | 0.5 |
| Hex | EE | A8 | 13 | 0 | 1D | 5C | 7 | 29 | 57 | 32 |
| Octal | 356 | 250 | 23 | 0 | 35 | 134 | 7 | 51 | 127 | 62 |
| Binary | 11101110 | 10101000 | 10011 | 0 | 11101 | 1011100 | 111 | 101001 | 1010111 | 110010 |
Color Harmonies of #EEA813
Complementary color
Monochromatic Colors of #EEA813
Black with #EEA813
Text Example
Text Example
White with #EEA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA813; }
p { color: rgb(238,168,19); }
H1.HeaderClassName
{
color: #EEA813;
}
.AnyTagClassName
{
color: #EEA813;
}
</style>
background-color css
<style>
a { background-color: #EEA813; }
a { background-color: rgb(238,168,19); }
div.DivClassName
{
background-color: #EEA813;
}
.BgClassName
{
background-color: #EEA813;
}
</style>
border-color css
<style>
span { border-color: #EEA813; }
span { border-color: rgb(238,168,19); }
td.TdClassName
{
border-color: #EEA813;
}
.TagClassName
{
border-color: #EEA813;
}
</style>