Shades of Gamboge #EA9B0C
Tints of Gamboge #EA9B0C
RGB
CMYK
RGB Variations
Color information
#EA9B0C (or 0xEA9B0C) is known color: Gamboge. HEX triplet: EA, 9B and 0C. RGB value is (234,155,12). Sum of RGB (Red+Green+Blue) = 234+155+12=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9B0C is #1564F3. Grayscale: #A2A2A2. Windows color (decimal): -1402100 or 826346. OLE color: 826346.
HSL color Cylindrical-coordinate representation of color #EA9B0C: hue angle of 38.65º degrees, saturation: 0.9, 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 #EA9B0C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.08 |
| HSL | 38.65º | 0.9% | 0.48% | - |
| HSV(B) | 38.65º | 0.95% | 0.92% | - |
| XYZ | 45.72 | 40.96 | 5.84 | - |
| YUV | 162.32 | 43.17 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 12 | 0 | 0.34 | 0.95 | 0.08 | 38.65 | 0.9 | 0.48 |
| Hex | EA | 9B | C | 0 | 22 | 5F | 8 | 27 | 5A | 30 |
| Octal | 352 | 233 | 14 | 0 | 42 | 137 | 10 | 47 | 132 | 60 |
| Binary | 11101010 | 10011011 | 1100 | 0 | 100010 | 1011111 | 1000 | 100111 | 1011010 | 110000 |
Color Harmonies of #EA9B0C
Complementary color
Monochromatic Colors of #EA9B0C
Black with #EA9B0C
Text Example
Text Example
White with #EA9B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9B0C; }
p { color: rgb(234,155,12); }
H1.HeaderClassName
{
color: #EA9B0C;
}
.AnyTagClassName
{
color: #EA9B0C;
}
</style>
background-color css
<style>
a { background-color: #EA9B0C; }
a { background-color: rgb(234,155,12); }
div.DivClassName
{
background-color: #EA9B0C;
}
.BgClassName
{
background-color: #EA9B0C;
}
</style>
border-color css
<style>
span { border-color: #EA9B0C; }
span { border-color: rgb(234,155,12); }
td.TdClassName
{
border-color: #EA9B0C;
}
.TagClassName
{
border-color: #EA9B0C;
}
</style>