Shades of Gamboge #EAA11D
Tints of Gamboge #EAA11D
RGB
CMYK
RGB Variations
Color information
#EAA11D (or 0xEAA11D) is known color: Gamboge. HEX triplet: EA, A1 and 1D. RGB value is (234,161,29). Sum of RGB (Red+Green+Blue) = 234+161+29=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA11D is #155EE2. Grayscale: #A8A8A8. Windows color (decimal): -1400547 or 1941994. OLE color: 1941994.
HSL color Cylindrical-coordinate representation of color #EAA11D: hue angle of 38.63º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAA11D is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 29 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.08 |
| HSL | 38.63º | 0.83% | 0.52% | - |
| HSV(B) | 38.63º | 0.88% | 0.92% | - |
| XYZ | 46.9 | 43.07 | 7 | - |
| YUV | 167.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 29 | 0 | 0.31 | 0.88 | 0.08 | 38.63 | 0.83 | 0.52 |
| Hex | EA | A1 | 1D | 0 | 1F | 58 | 8 | 27 | 53 | 34 |
| Octal | 352 | 241 | 35 | 0 | 37 | 130 | 10 | 47 | 123 | 64 |
| Binary | 11101010 | 10100001 | 11101 | 0 | 11111 | 1011000 | 1000 | 100111 | 1010011 | 110100 |
Color Harmonies of #EAA11D
Complementary color
Monochromatic Colors of #EAA11D
Black with #EAA11D
Text Example
Text Example
White with #EAA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA11D; }
p { color: rgb(234,161,29); }
H1.HeaderClassName
{
color: #EAA11D;
}
.AnyTagClassName
{
color: #EAA11D;
}
</style>
background-color css
<style>
a { background-color: #EAA11D; }
a { background-color: rgb(234,161,29); }
div.DivClassName
{
background-color: #EAA11D;
}
.BgClassName
{
background-color: #EAA11D;
}
</style>
border-color css
<style>
span { border-color: #EAA11D; }
span { border-color: rgb(234,161,29); }
td.TdClassName
{
border-color: #EAA11D;
}
.TagClassName
{
border-color: #EAA11D;
}
</style>