Shades of Gamboge #EAA51B
Tints of Gamboge #EAA51B
RGB
CMYK
RGB Variations
Color information
#EAA51B (or 0xEAA51B) is known color: Gamboge. HEX triplet: EA, A5 and 1B. RGB value is (234,165,27). Sum of RGB (Red+Green+Blue) = 234+165+27=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA51B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA51B is #155AE4. Grayscale: #AAAAAA. Windows color (decimal): -1399525 or 1811946. OLE color: 1811946.
HSL color Cylindrical-coordinate representation of color #EAA51B: hue angle of 40º 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 #EAA51B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 27 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.08 |
| HSL | 40º | 0.83% | 0.51% | - |
| HSV(B) | 40º | 0.88% | 0.92% | - |
| XYZ | 47.58 | 44.48 | 7.11 | - |
| YUV | 169.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 27 | 0 | 0.29 | 0.88 | 0.08 | 40 | 0.83 | 0.51 |
| Hex | EA | A5 | 1B | 0 | 1D | 58 | 8 | 28 | 53 | 33 |
| Octal | 352 | 245 | 33 | 0 | 35 | 130 | 10 | 50 | 123 | 63 |
| Binary | 11101010 | 10100101 | 11011 | 0 | 11101 | 1011000 | 1000 | 101000 | 1010011 | 110011 |
Color Harmonies of #EAA51B
Complementary color
Monochromatic Colors of #EAA51B
Black with #EAA51B
Text Example
Text Example
White with #EAA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA51B; }
p { color: rgb(234,165,27); }
H1.HeaderClassName
{
color: #EAA51B;
}
.AnyTagClassName
{
color: #EAA51B;
}
</style>
background-color css
<style>
a { background-color: #EAA51B; }
a { background-color: rgb(234,165,27); }
div.DivClassName
{
background-color: #EAA51B;
}
.BgClassName
{
background-color: #EAA51B;
}
</style>
border-color css
<style>
span { border-color: #EAA51B; }
span { border-color: rgb(234,165,27); }
td.TdClassName
{
border-color: #EAA51B;
}
.TagClassName
{
border-color: #EAA51B;
}
</style>