Shades of Gamboge #EAA81A
Tints of Gamboge #EAA81A
RGB
CMYK
RGB Variations
Color information
#EAA81A (or 0xEAA81A) is known color: Gamboge. HEX triplet: EA, A8 and 1A. RGB value is (234,168,26). Sum of RGB (Red+Green+Blue) = 234+168+26=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA81A is #1557E5. Grayscale: #ACACAC. Windows color (decimal): -1398758 or 1747178. OLE color: 1747178.
HSL color Cylindrical-coordinate representation of color #EAA81A: hue angle of 40.96º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAA81A is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 26 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.08 |
| HSL | 40.96º | 0.83% | 0.51% | - |
| HSV(B) | 40.96º | 0.89% | 0.92% | - |
| XYZ | 48.12 | 45.57 | 7.24 | - |
| YUV | 171.55 | 45.87 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 26 | 0 | 0.28 | 0.89 | 0.08 | 40.96 | 0.83 | 0.51 |
| Hex | EA | A8 | 1A | 0 | 1C | 59 | 8 | 29 | 53 | 33 |
| Octal | 352 | 250 | 32 | 0 | 34 | 131 | 10 | 51 | 123 | 63 |
| Binary | 11101010 | 10101000 | 11010 | 0 | 11100 | 1011001 | 1000 | 101001 | 1010011 | 110011 |
Color Harmonies of #EAA81A
Complementary color
Monochromatic Colors of #EAA81A
Black with #EAA81A
Text Example
Text Example
White with #EAA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA81A; }
p { color: rgb(234,168,26); }
H1.HeaderClassName
{
color: #EAA81A;
}
.AnyTagClassName
{
color: #EAA81A;
}
</style>
background-color css
<style>
a { background-color: #EAA81A; }
a { background-color: rgb(234,168,26); }
div.DivClassName
{
background-color: #EAA81A;
}
.BgClassName
{
background-color: #EAA81A;
}
</style>
border-color css
<style>
span { border-color: #EAA81A; }
span { border-color: rgb(234,168,26); }
td.TdClassName
{
border-color: #EAA81A;
}
.TagClassName
{
border-color: #EAA81A;
}
</style>