Shades of Gamboge #EAAB13
Tints of Gamboge #EAAB13
RGB
CMYK
RGB Variations
Color information
#EAAB13 (or 0xEAAB13) is known color: Gamboge. HEX triplet: EA, AB and 13. RGB value is (234,171,19). Sum of RGB (Red+Green+Blue) = 234+171+19=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB13 is #1554EC. Grayscale: #ADADAD. Windows color (decimal): -1397997 or 1289194. OLE color: 1289194.
HSL color Cylindrical-coordinate representation of color #EAAB13: hue angle of 42.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAAB13 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 19 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.08 |
| HSL | 42.42º | 0.85% | 0.5% | - |
| HSV(B) | 42.42º | 0.92% | 0.92% | - |
| XYZ | 48.61 | 46.67 | 7.06 | - |
| YUV | 172.51 | 41.37 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 19 | 0 | 0.27 | 0.92 | 0.08 | 42.42 | 0.85 | 0.5 |
| Hex | EA | AB | 13 | 0 | 1B | 5C | 8 | 2A | 55 | 32 |
| Octal | 352 | 253 | 23 | 0 | 33 | 134 | 10 | 52 | 125 | 62 |
| Binary | 11101010 | 10101011 | 10011 | 0 | 11011 | 1011100 | 1000 | 101010 | 1010101 | 110010 |
Color Harmonies of #EAAB13
Complementary color
Monochromatic Colors of #EAAB13
Black with #EAAB13
Text Example
Text Example
White with #EAAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB13; }
p { color: rgb(234,171,19); }
H1.HeaderClassName
{
color: #EAAB13;
}
.AnyTagClassName
{
color: #EAAB13;
}
</style>
background-color css
<style>
a { background-color: #EAAB13; }
a { background-color: rgb(234,171,19); }
div.DivClassName
{
background-color: #EAAB13;
}
.BgClassName
{
background-color: #EAAB13;
}
</style>
border-color css
<style>
span { border-color: #EAAB13; }
span { border-color: rgb(234,171,19); }
td.TdClassName
{
border-color: #EAAB13;
}
.TagClassName
{
border-color: #EAAB13;
}
</style>