Shades of Gamboge #EAB00C
Tints of Gamboge #EAB00C
RGB
CMYK
RGB Variations
Color information
#EAB00C (or 0xEAB00C) is known color: Gamboge. HEX triplet: EA, B0 and 0C. RGB value is (234,176,12). Sum of RGB (Red+Green+Blue) = 234+176+12=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB00C is #154FF3. Grayscale: #AFAFAF. Windows color (decimal): -1396724 or 831722. OLE color: 831722.
HSL color Cylindrical-coordinate representation of color #EAB00C: hue angle of 44.32º 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 #EAB00C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.08 |
| HSL | 44.32º | 0.9% | 0.48% | - |
| HSV(B) | 44.32º | 0.95% | 0.92% | - |
| XYZ | 49.52 | 48.57 | 7.11 | - |
| YUV | 174.65 | 36.22 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 12 | 0 | 0.25 | 0.95 | 0.08 | 44.32 | 0.9 | 0.48 |
| Hex | EA | B0 | C | 0 | 19 | 5F | 8 | 2C | 5A | 30 |
| Octal | 352 | 260 | 14 | 0 | 31 | 137 | 10 | 54 | 132 | 60 |
| Binary | 11101010 | 10110000 | 1100 | 0 | 11001 | 1011111 | 1000 | 101100 | 1011010 | 110000 |
Color Harmonies of #EAB00C
Complementary color
Monochromatic Colors of #EAB00C
Black with #EAB00C
Text Example
Text Example
White with #EAB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB00C; }
p { color: rgb(234,176,12); }
H1.HeaderClassName
{
color: #EAB00C;
}
.AnyTagClassName
{
color: #EAB00C;
}
</style>
background-color css
<style>
a { background-color: #EAB00C; }
a { background-color: rgb(234,176,12); }
div.DivClassName
{
background-color: #EAB00C;
}
.BgClassName
{
background-color: #EAB00C;
}
</style>
border-color css
<style>
span { border-color: #EAB00C; }
span { border-color: rgb(234,176,12); }
td.TdClassName
{
border-color: #EAB00C;
}
.TagClassName
{
border-color: #EAB00C;
}
</style>