Shades of Gamboge #EAAD0C
Tints of Gamboge #EAAD0C
RGB
CMYK
RGB Variations
Color information
#EAAD0C (or 0xEAAD0C) is known color: Gamboge. HEX triplet: EA, AD and 0C. RGB value is (234,173,12). Sum of RGB (Red+Green+Blue) = 234+173+12=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAD0C is #1552F3. Grayscale: #ADADAD. Windows color (decimal): -1397492 or 830954. OLE color: 830954.
HSL color Cylindrical-coordinate representation of color #EAAD0C: hue angle of 43.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAAD0C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.08 |
| HSL | 43.51º | 0.9% | 0.48% | - |
| HSV(B) | 43.51º | 0.95% | 0.92% | - |
| XYZ | 48.94 | 47.41 | 6.92 | - |
| YUV | 172.89 | 37.21 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 12 | 0 | 0.26 | 0.95 | 0.08 | 43.51 | 0.9 | 0.48 |
| Hex | EA | AD | C | 0 | 1A | 5F | 8 | 2C | 5A | 30 |
| Octal | 352 | 255 | 14 | 0 | 32 | 137 | 10 | 54 | 132 | 60 |
| Binary | 11101010 | 10101101 | 1100 | 0 | 11010 | 1011111 | 1000 | 101100 | 1011010 | 110000 |
Color Harmonies of #EAAD0C
Complementary color
Monochromatic Colors of #EAAD0C
Black with #EAAD0C
Text Example
Text Example
White with #EAAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAD0C; }
p { color: rgb(234,173,12); }
H1.HeaderClassName
{
color: #EAAD0C;
}
.AnyTagClassName
{
color: #EAAD0C;
}
</style>
background-color css
<style>
a { background-color: #EAAD0C; }
a { background-color: rgb(234,173,12); }
div.DivClassName
{
background-color: #EAAD0C;
}
.BgClassName
{
background-color: #EAAD0C;
}
</style>
border-color css
<style>
span { border-color: #EAAD0C; }
span { border-color: rgb(234,173,12); }
td.TdClassName
{
border-color: #EAAD0C;
}
.TagClassName
{
border-color: #EAAD0C;
}
</style>