Shades of Gamboge #EAA90C
Tints of Gamboge #EAA90C
RGB
CMYK
RGB Variations
Color information
#EAA90C (or 0xEAA90C) is known color: Gamboge. HEX triplet: EA, A9 and 0C. RGB value is (234,169,12). Sum of RGB (Red+Green+Blue) = 234+169+12=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA90C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA90C is #1556F3. Grayscale: #ABABAB. Windows color (decimal): -1398516 or 829930. OLE color: 829930.
HSL color Cylindrical-coordinate representation of color #EAA90C: hue angle of 42.43º 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 #EAA90C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.08 |
| HSL | 42.43º | 0.9% | 0.48% | - |
| HSV(B) | 42.43º | 0.95% | 0.92% | - |
| XYZ | 48.19 | 45.89 | 6.67 | - |
| YUV | 170.54 | 38.53 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 12 | 0 | 0.28 | 0.95 | 0.08 | 42.43 | 0.9 | 0.48 |
| Hex | EA | A9 | C | 0 | 1C | 5F | 8 | 2A | 5A | 30 |
| Octal | 352 | 251 | 14 | 0 | 34 | 137 | 10 | 52 | 132 | 60 |
| Binary | 11101010 | 10101001 | 1100 | 0 | 11100 | 1011111 | 1000 | 101010 | 1011010 | 110000 |
Color Harmonies of #EAA90C
Complementary color
Monochromatic Colors of #EAA90C
Black with #EAA90C
Text Example
Text Example
White with #EAA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA90C; }
p { color: rgb(234,169,12); }
H1.HeaderClassName
{
color: #EAA90C;
}
.AnyTagClassName
{
color: #EAA90C;
}
</style>
background-color css
<style>
a { background-color: #EAA90C; }
a { background-color: rgb(234,169,12); }
div.DivClassName
{
background-color: #EAA90C;
}
.BgClassName
{
background-color: #EAA90C;
}
</style>
border-color css
<style>
span { border-color: #EAA90C; }
span { border-color: rgb(234,169,12); }
td.TdClassName
{
border-color: #EAA90C;
}
.TagClassName
{
border-color: #EAA90C;
}
</style>