Shades of Gamboge #EA9D02
Tints of Gamboge #EA9D02
RGB
CMYK
RGB Variations
Color information
#EA9D02 (or 0xEA9D02) is known color: Gamboge. HEX triplet: EA, 9D and 02. RGB value is (234,157,2). Sum of RGB (Red+Green+Blue) = 234+157+2=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D02 is #1562FD. Grayscale: #A3A3A3. Windows color (decimal): -1401598 or 171498. OLE color: 171498.
HSL color Cylindrical-coordinate representation of color #EA9D02: hue angle of 40.09º 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 #EA9D02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.08 |
| HSL | 40.09º | 0.98% | 0.46% | - |
| HSV(B) | 40.09º | 0.99% | 0.92% | - |
| XYZ | 46 | 41.61 | 5.66 | - |
| YUV | 162.35 | 37.51 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 2 | 0 | 0.33 | 0.99 | 0.08 | 40.09 | 0.98 | 0.46 |
| Hex | EA | 9D | 2 | 0 | 21 | 63 | 8 | 28 | 62 | 2E |
| Octal | 352 | 235 | 2 | 0 | 41 | 143 | 10 | 50 | 142 | 56 |
| Binary | 11101010 | 10011101 | 10 | 0 | 100001 | 1100011 | 1000 | 101000 | 1100010 | 101110 |
Color Harmonies of #EA9D02
Complementary color
Monochromatic Colors of #EA9D02
Black with #EA9D02
Text Example
Text Example
White with #EA9D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D02; }
p { color: rgb(234,157,2); }
H1.HeaderClassName
{
color: #EA9D02;
}
.AnyTagClassName
{
color: #EA9D02;
}
</style>
background-color css
<style>
a { background-color: #EA9D02; }
a { background-color: rgb(234,157,2); }
div.DivClassName
{
background-color: #EA9D02;
}
.BgClassName
{
background-color: #EA9D02;
}
</style>
border-color css
<style>
span { border-color: #EA9D02; }
span { border-color: rgb(234,157,2); }
td.TdClassName
{
border-color: #EA9D02;
}
.TagClassName
{
border-color: #EA9D02;
}
</style>