Shades of Gamboge #EAA40B
Tints of Gamboge #EAA40B
RGB
CMYK
RGB Variations
Color information
#EAA40B (or 0xEAA40B) is known color: Gamboge. HEX triplet: EA, A4 and 0B. RGB value is (234,164,11). Sum of RGB (Red+Green+Blue) = 234+164+11=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA40B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA40B is #155BF4. Grayscale: #A8A8A8. Windows color (decimal): -1399797 or 763114. OLE color: 763114.
HSL color Cylindrical-coordinate representation of color #EAA40B: hue angle of 41.17º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAA40B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.08 |
| HSL | 41.17º | 0.91% | 0.48% | - |
| HSV(B) | 41.17º | 0.95% | 0.92% | - |
| XYZ | 47.27 | 44.07 | 6.33 | - |
| YUV | 167.49 | 39.69 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 11 | 0 | 0.30 | 0.95 | 0.08 | 41.17 | 0.91 | 0.48 |
| Hex | EA | A4 | B | 0 | 1E | 5F | 8 | 29 | 5B | 30 |
| Octal | 352 | 244 | 13 | 0 | 36 | 137 | 10 | 51 | 133 | 60 |
| Binary | 11101010 | 10100100 | 1011 | 0 | 11110 | 1011111 | 1000 | 101001 | 1011011 | 110000 |
Color Harmonies of #EAA40B
Complementary color
Monochromatic Colors of #EAA40B
Black with #EAA40B
Text Example
Text Example
White with #EAA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA40B; }
p { color: rgb(234,164,11); }
H1.HeaderClassName
{
color: #EAA40B;
}
.AnyTagClassName
{
color: #EAA40B;
}
</style>
background-color css
<style>
a { background-color: #EAA40B; }
a { background-color: rgb(234,164,11); }
div.DivClassName
{
background-color: #EAA40B;
}
.BgClassName
{
background-color: #EAA40B;
}
</style>
border-color css
<style>
span { border-color: #EAA40B; }
span { border-color: rgb(234,164,11); }
td.TdClassName
{
border-color: #EAA40B;
}
.TagClassName
{
border-color: #EAA40B;
}
</style>