Shades of Gamboge #EAB00D
Tints of Gamboge #EAB00D
RGB
CMYK
RGB Variations
Color information
#EAB00D (or 0xEAB00D) is known color: Gamboge. HEX triplet: EA, B0 and 0D. RGB value is (234,176,13). Sum of RGB (Red+Green+Blue) = 234+176+13=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00D is #154FF2. Grayscale: #AFAFAF. Windows color (decimal): -1396723 or 897258. OLE color: 897258.
HSL color Cylindrical-coordinate representation of color #EAB00D: hue angle of 44.25º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB00D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.08 |
| HSL | 44.25º | 0.89% | 0.48% | - |
| HSV(B) | 44.25º | 0.94% | 0.92% | - |
| XYZ | 49.53 | 48.57 | 7.15 | - |
| YUV | 174.76 | 36.72 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 13 | 0 | 0.25 | 0.94 | 0.08 | 44.25 | 0.89 | 0.48 |
| Hex | EA | B0 | D | 0 | 19 | 5E | 8 | 2C | 59 | 30 |
| Octal | 352 | 260 | 15 | 0 | 31 | 136 | 10 | 54 | 131 | 60 |
| Binary | 11101010 | 10110000 | 1101 | 0 | 11001 | 1011110 | 1000 | 101100 | 1011001 | 110000 |
Color Harmonies of #EAB00D
Complementary color
Monochromatic Colors of #EAB00D
Black with #EAB00D
Text Example
Text Example
White with #EAB00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB00D; }
p { color: rgb(234,176,13); }
H1.HeaderClassName
{
color: #EAB00D;
}
.AnyTagClassName
{
color: #EAB00D;
}
</style>
background-color css
<style>
a { background-color: #EAB00D; }
a { background-color: rgb(234,176,13); }
div.DivClassName
{
background-color: #EAB00D;
}
.BgClassName
{
background-color: #EAB00D;
}
</style>
border-color css
<style>
span { border-color: #EAB00D; }
span { border-color: rgb(234,176,13); }
td.TdClassName
{
border-color: #EAB00D;
}
.TagClassName
{
border-color: #EAB00D;
}
</style>