Shades of Gamboge #EAB10F
Tints of Gamboge #EAB10F
RGB
CMYK
RGB Variations
Color information
#EAB10F (or 0xEAB10F) is known color: Gamboge. HEX triplet: EA, B1 and 0F. RGB value is (234,177,15). Sum of RGB (Red+Green+Blue) = 234+177+15=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB10F is #154EF0. Grayscale: #B0B0B0. Windows color (decimal): -1396465 or 1028586. OLE color: 1028586.
HSL color Cylindrical-coordinate representation of color #EAB10F: hue angle of 44.38º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB10F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.08 |
| HSL | 44.38º | 0.88% | 0.49% | - |
| HSV(B) | 44.38º | 0.94% | 0.92% | - |
| XYZ | 49.74 | 48.97 | 7.28 | - |
| YUV | 175.58 | 37.38 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 15 | 0 | 0.24 | 0.94 | 0.08 | 44.38 | 0.88 | 0.49 |
| Hex | EA | B1 | F | 0 | 18 | 5E | 8 | 2C | 58 | 31 |
| Octal | 352 | 261 | 17 | 0 | 30 | 136 | 10 | 54 | 130 | 61 |
| Binary | 11101010 | 10110001 | 1111 | 0 | 11000 | 1011110 | 1000 | 101100 | 1011000 | 110001 |
Color Harmonies of #EAB10F
Complementary color
Monochromatic Colors of #EAB10F
Black with #EAB10F
Text Example
Text Example
White with #EAB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB10F; }
p { color: rgb(234,177,15); }
H1.HeaderClassName
{
color: #EAB10F;
}
.AnyTagClassName
{
color: #EAB10F;
}
</style>
background-color css
<style>
a { background-color: #EAB10F; }
a { background-color: rgb(234,177,15); }
div.DivClassName
{
background-color: #EAB10F;
}
.BgClassName
{
background-color: #EAB10F;
}
</style>
border-color css
<style>
span { border-color: #EAB10F; }
span { border-color: rgb(234,177,15); }
td.TdClassName
{
border-color: #EAB10F;
}
.TagClassName
{
border-color: #EAB10F;
}
</style>