Shades of Gamboge #EA9502
Tints of Gamboge #EA9502
RGB
CMYK
RGB Variations
Color information
#EA9502 (or 0xEA9502) is known color: Gamboge. HEX triplet: EA, 95 and 02. RGB value is (234,149,2). Sum of RGB (Red+Green+Blue) = 234+149+2=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9502 is #156AFD. Grayscale: #9E9E9E. Windows color (decimal): -1403646 or 169450. OLE color: 169450.
HSL color Cylindrical-coordinate representation of color #EA9502: hue angle of 38.02º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA9502 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.08 |
| HSL | 38.02º | 0.98% | 0.46% | - |
| HSV(B) | 38.02º | 0.99% | 0.92% | - |
| XYZ | 44.69 | 38.99 | 5.23 | - |
| YUV | 157.66 | 40.16 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 2 | 0 | 0.36 | 0.99 | 0.08 | 38.02 | 0.98 | 0.46 |
| Hex | EA | 95 | 2 | 0 | 24 | 63 | 8 | 26 | 62 | 2E |
| Octal | 352 | 225 | 2 | 0 | 44 | 143 | 10 | 46 | 142 | 56 |
| Binary | 11101010 | 10010101 | 10 | 0 | 100100 | 1100011 | 1000 | 100110 | 1100010 | 101110 |
Color Harmonies of #EA9502
Complementary color
Monochromatic Colors of #EA9502
Black with #EA9502
Text Example
Text Example
White with #EA9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9502; }
p { color: rgb(234,149,2); }
H1.HeaderClassName
{
color: #EA9502;
}
.AnyTagClassName
{
color: #EA9502;
}
</style>
background-color css
<style>
a { background-color: #EA9502; }
a { background-color: rgb(234,149,2); }
div.DivClassName
{
background-color: #EA9502;
}
.BgClassName
{
background-color: #EA9502;
}
</style>
border-color css
<style>
span { border-color: #EA9502; }
span { border-color: rgb(234,149,2); }
td.TdClassName
{
border-color: #EA9502;
}
.TagClassName
{
border-color: #EA9502;
}
</style>