Shades of Gamboge #EA9D03
Tints of Gamboge #EA9D03
RGB
CMYK
RGB Variations
Color information
#EA9D03 (or 0xEA9D03) is known color: Gamboge. HEX triplet: EA, 9D and 03. RGB value is (234,157,3). Sum of RGB (Red+Green+Blue) = 234+157+3=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D03 is #1562FC. Grayscale: #A3A3A3. Windows color (decimal): -1401597 or 237034. OLE color: 237034.
HSL color Cylindrical-coordinate representation of color #EA9D03: hue angle of 40º degrees, saturation: 0.97, 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 #EA9D03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.08 |
| HSL | 40º | 0.97% | 0.46% | - |
| HSV(B) | 40º | 0.99% | 0.92% | - |
| XYZ | 46.01 | 41.61 | 5.69 | - |
| YUV | 162.47 | 38.01 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 3 | 0 | 0.33 | 0.99 | 0.08 | 40 | 0.97 | 0.46 |
| Hex | EA | 9D | 3 | 0 | 21 | 63 | 8 | 28 | 61 | 2E |
| Octal | 352 | 235 | 3 | 0 | 41 | 143 | 10 | 50 | 141 | 56 |
| Binary | 11101010 | 10011101 | 11 | 0 | 100001 | 1100011 | 1000 | 101000 | 1100001 | 101110 |
Color Harmonies of #EA9D03
Complementary color
Monochromatic Colors of #EA9D03
Black with #EA9D03
Text Example
Text Example
White with #EA9D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D03; }
p { color: rgb(234,157,3); }
H1.HeaderClassName
{
color: #EA9D03;
}
.AnyTagClassName
{
color: #EA9D03;
}
</style>
background-color css
<style>
a { background-color: #EA9D03; }
a { background-color: rgb(234,157,3); }
div.DivClassName
{
background-color: #EA9D03;
}
.BgClassName
{
background-color: #EA9D03;
}
</style>
border-color css
<style>
span { border-color: #EA9D03; }
span { border-color: rgb(234,157,3); }
td.TdClassName
{
border-color: #EA9D03;
}
.TagClassName
{
border-color: #EA9D03;
}
</style>