Shades of Gamboge #EAA31B
Tints of Gamboge #EAA31B
RGB
CMYK
RGB Variations
Color information
#EAA31B (or 0xEAA31B) is known color: Gamboge. HEX triplet: EA, A3 and 1B. RGB value is (234,163,27). Sum of RGB (Red+Green+Blue) = 234+163+27=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA31B is #155CE4. Grayscale: #A9A9A9. Windows color (decimal): -1400037 or 1811434. OLE color: 1811434.
HSL color Cylindrical-coordinate representation of color #EAA31B: hue angle of 39.42º 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 #EAA31B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 27 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.08 |
| HSL | 39.42º | 0.83% | 0.51% | - |
| HSV(B) | 39.42º | 0.88% | 0.92% | - |
| XYZ | 47.23 | 43.77 | 7 | - |
| YUV | 168.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 27 | 0 | 0.30 | 0.88 | 0.08 | 39.42 | 0.83 | 0.51 |
| Hex | EA | A3 | 1B | 0 | 1E | 58 | 8 | 27 | 53 | 33 |
| Octal | 352 | 243 | 33 | 0 | 36 | 130 | 10 | 47 | 123 | 63 |
| Binary | 11101010 | 10100011 | 11011 | 0 | 11110 | 1011000 | 1000 | 100111 | 1010011 | 110011 |
Color Harmonies of #EAA31B
Complementary color
Monochromatic Colors of #EAA31B
Black with #EAA31B
Text Example
Text Example
White with #EAA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA31B; }
p { color: rgb(234,163,27); }
H1.HeaderClassName
{
color: #EAA31B;
}
.AnyTagClassName
{
color: #EAA31B;
}
</style>
background-color css
<style>
a { background-color: #EAA31B; }
a { background-color: rgb(234,163,27); }
div.DivClassName
{
background-color: #EAA31B;
}
.BgClassName
{
background-color: #EAA31B;
}
</style>
border-color css
<style>
span { border-color: #EAA31B; }
span { border-color: rgb(234,163,27); }
td.TdClassName
{
border-color: #EAA31B;
}
.TagClassName
{
border-color: #EAA31B;
}
</style>