Shades of Gamboge #EAA01E
Tints of Gamboge #EAA01E
RGB
CMYK
RGB Variations
Color information
#EAA01E (or 0xEAA01E) is known color: Gamboge. HEX triplet: EA, A0 and 1E. RGB value is (234,160,30). Sum of RGB (Red+Green+Blue) = 234+160+30=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA01E is #155FE1. Grayscale: #A7A7A7. Windows color (decimal): -1400802 or 2007274. OLE color: 2007274.
HSL color Cylindrical-coordinate representation of color #EAA01E: hue angle of 38.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAA01E is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 30 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.08 |
| HSL | 38.24º | 0.83% | 0.52% | - |
| HSV(B) | 38.24º | 0.87% | 0.92% | - |
| XYZ | 46.74 | 42.73 | 7.01 | - |
| YUV | 167.31 | 50.52 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 30 | 0 | 0.32 | 0.87 | 0.08 | 38.24 | 0.83 | 0.52 |
| Hex | EA | A0 | 1E | 0 | 20 | 57 | 8 | 26 | 53 | 34 |
| Octal | 352 | 240 | 36 | 0 | 40 | 127 | 10 | 46 | 123 | 64 |
| Binary | 11101010 | 10100000 | 11110 | 0 | 100000 | 1010111 | 1000 | 100110 | 1010011 | 110100 |
Color Harmonies of #EAA01E
Complementary color
Monochromatic Colors of #EAA01E
Black with #EAA01E
Text Example
Text Example
White with #EAA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA01E; }
p { color: rgb(234,160,30); }
H1.HeaderClassName
{
color: #EAA01E;
}
.AnyTagClassName
{
color: #EAA01E;
}
</style>
background-color css
<style>
a { background-color: #EAA01E; }
a { background-color: rgb(234,160,30); }
div.DivClassName
{
background-color: #EAA01E;
}
.BgClassName
{
background-color: #EAA01E;
}
</style>
border-color css
<style>
span { border-color: #EAA01E; }
span { border-color: rgb(234,160,30); }
td.TdClassName
{
border-color: #EAA01E;
}
.TagClassName
{
border-color: #EAA01E;
}
</style>