Shades of Gamboge #EAA11C
Tints of Gamboge #EAA11C
RGB
CMYK
RGB Variations
Color information
#EAA11C (or 0xEAA11C) is known color: Gamboge. HEX triplet: EA, A1 and 1C. RGB value is (234,161,28). Sum of RGB (Red+Green+Blue) = 234+161+28=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA11C is #155EE3. Grayscale: #A8A8A8. Windows color (decimal): -1400548 or 1876458. OLE color: 1876458.
HSL color Cylindrical-coordinate representation of color #EAA11C: hue angle of 38.74º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAA11C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 28 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.08 |
| HSL | 38.74º | 0.83% | 0.51% | - |
| HSV(B) | 38.74º | 0.88% | 0.92% | - |
| XYZ | 46.89 | 43.07 | 6.94 | - |
| YUV | 167.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 28 | 0 | 0.31 | 0.88 | 0.08 | 38.74 | 0.83 | 0.51 |
| Hex | EA | A1 | 1C | 0 | 1F | 58 | 8 | 27 | 53 | 33 |
| Octal | 352 | 241 | 34 | 0 | 37 | 130 | 10 | 47 | 123 | 63 |
| Binary | 11101010 | 10100001 | 11100 | 0 | 11111 | 1011000 | 1000 | 100111 | 1010011 | 110011 |
Color Harmonies of #EAA11C
Complementary color
Monochromatic Colors of #EAA11C
Black with #EAA11C
Text Example
Text Example
White with #EAA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA11C; }
p { color: rgb(234,161,28); }
H1.HeaderClassName
{
color: #EAA11C;
}
.AnyTagClassName
{
color: #EAA11C;
}
</style>
background-color css
<style>
a { background-color: #EAA11C; }
a { background-color: rgb(234,161,28); }
div.DivClassName
{
background-color: #EAA11C;
}
.BgClassName
{
background-color: #EAA11C;
}
</style>
border-color css
<style>
span { border-color: #EAA11C; }
span { border-color: rgb(234,161,28); }
td.TdClassName
{
border-color: #EAA11C;
}
.TagClassName
{
border-color: #EAA11C;
}
</style>