Shades of Gamboge #E29D03
Tints of Gamboge #E29D03
RGB
CMYK
RGB Variations
Color information
#E29D03 (or 0xE29D03) is known color: Gamboge. HEX triplet: E2, 9D and 03. RGB value is (226,157,3). Sum of RGB (Red+Green+Blue) = 226+157+3=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29D03 is #1D62FC. Grayscale: #A0A0A0. Windows color (decimal): -1925885 or 237026. OLE color: 237026.
HSL color Cylindrical-coordinate representation of color #E29D03: hue angle of 41.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E29D03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.11 |
| HSL | 41.43º | 0.97% | 0.45% | - |
| HSV(B) | 41.43º | 0.99% | 0.89% | - |
| XYZ | 43.44 | 40.29 | 5.57 | - |
| YUV | 160.08 | 39.36 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 3 | 0 | 0.31 | 0.99 | 0.11 | 41.43 | 0.97 | 0.45 |
| Hex | E2 | 9D | 3 | 0 | 1F | 63 | B | 29 | 61 | 2D |
| Octal | 342 | 235 | 3 | 0 | 37 | 143 | 13 | 51 | 141 | 55 |
| Binary | 11100010 | 10011101 | 11 | 0 | 11111 | 1100011 | 1011 | 101001 | 1100001 | 101101 |
Color Harmonies of #E29D03
Complementary color
Monochromatic Colors of #E29D03
Black with #E29D03
Text Example
Text Example
White with #E29D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29D03; }
p { color: rgb(226,157,3); }
H1.HeaderClassName
{
color: #E29D03;
}
.AnyTagClassName
{
color: #E29D03;
}
</style>
background-color css
<style>
a { background-color: #E29D03; }
a { background-color: rgb(226,157,3); }
div.DivClassName
{
background-color: #E29D03;
}
.BgClassName
{
background-color: #E29D03;
}
</style>
border-color css
<style>
span { border-color: #E29D03; }
span { border-color: rgb(226,157,3); }
td.TdClassName
{
border-color: #E29D03;
}
.TagClassName
{
border-color: #E29D03;
}
</style>