Shades of Gamboge #EAA31D
Tints of Gamboge #EAA31D
RGB
CMYK
RGB Variations
Color information
#EAA31D (or 0xEAA31D) is known color: Gamboge. HEX triplet: EA, A3 and 1D. RGB value is (234,163,29). Sum of RGB (Red+Green+Blue) = 234+163+29=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA31D is #155CE2. Grayscale: #A9A9A9. Windows color (decimal): -1400035 or 1942506. OLE color: 1942506.
HSL color Cylindrical-coordinate representation of color #EAA31D: hue angle of 39.22º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAA31D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.08 |
| HSL | 39.22º | 0.83% | 0.52% | - |
| HSV(B) | 39.22º | 0.88% | 0.92% | - |
| XYZ | 47.25 | 43.78 | 7.12 | - |
| YUV | 168.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 29 | 0 | 0.30 | 0.88 | 0.08 | 39.22 | 0.83 | 0.52 |
| Hex | EA | A3 | 1D | 0 | 1E | 58 | 8 | 27 | 53 | 34 |
| Octal | 352 | 243 | 35 | 0 | 36 | 130 | 10 | 47 | 123 | 64 |
| Binary | 11101010 | 10100011 | 11101 | 0 | 11110 | 1011000 | 1000 | 100111 | 1010011 | 110100 |
Color Harmonies of #EAA31D
Complementary color
Monochromatic Colors of #EAA31D
Black with #EAA31D
Text Example
Text Example
White with #EAA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA31D; }
p { color: rgb(234,163,29); }
H1.HeaderClassName
{
color: #EAA31D;
}
.AnyTagClassName
{
color: #EAA31D;
}
</style>
background-color css
<style>
a { background-color: #EAA31D; }
a { background-color: rgb(234,163,29); }
div.DivClassName
{
background-color: #EAA31D;
}
.BgClassName
{
background-color: #EAA31D;
}
</style>
border-color css
<style>
span { border-color: #EAA31D; }
span { border-color: rgb(234,163,29); }
td.TdClassName
{
border-color: #EAA31D;
}
.TagClassName
{
border-color: #EAA31D;
}
</style>