Shades of Gamboge #EA9B01
Tints of Gamboge #EA9B01
RGB
CMYK
RGB Variations
Color information
#EA9B01 (or 0xEA9B01) is known color: Gamboge. HEX triplet: EA, 9B and 01. RGB value is (234,155,1). Sum of RGB (Red+Green+Blue) = 234+155+1=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B01 is #1564FE. Grayscale: #A1A1A1. Windows color (decimal): -1402111 or 105450. OLE color: 105450.
HSL color Cylindrical-coordinate representation of color #EA9B01: hue angle of 39.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA9B01 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.08 |
| HSL | 39.66º | 0.99% | 0.46% | - |
| HSV(B) | 39.66º | 1% | 0.92% | - |
| XYZ | 45.66 | 40.94 | 5.52 | - |
| YUV | 161.07 | 37.67 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 1 | 0 | 0.34 | 1.00 | 0.08 | 39.66 | 0.99 | 0.46 |
| Hex | EA | 9B | 1 | 0 | 22 | 64 | 8 | 28 | 63 | 2E |
| Octal | 352 | 233 | 1 | 0 | 42 | 144 | 10 | 50 | 143 | 56 |
| Binary | 11101010 | 10011011 | 1 | 0 | 100010 | 1100100 | 1000 | 101000 | 1100011 | 101110 |
Color Harmonies of #EA9B01
Complementary color
Monochromatic Colors of #EA9B01
Black with #EA9B01
Text Example
Text Example
White with #EA9B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9B01; }
p { color: rgb(234,155,1); }
H1.HeaderClassName
{
color: #EA9B01;
}
.AnyTagClassName
{
color: #EA9B01;
}
</style>
background-color css
<style>
a { background-color: #EA9B01; }
a { background-color: rgb(234,155,1); }
div.DivClassName
{
background-color: #EA9B01;
}
.BgClassName
{
background-color: #EA9B01;
}
</style>
border-color css
<style>
span { border-color: #EA9B01; }
span { border-color: rgb(234,155,1); }
td.TdClassName
{
border-color: #EA9B01;
}
.TagClassName
{
border-color: #EA9B01;
}
</style>