Shades of Gamboge #E29713
Tints of Gamboge #E29713
RGB
CMYK
RGB Variations
Color information
#E29713 (or 0xE29713) is known color: Gamboge. HEX triplet: E2, 97 and 13. RGB value is (226,151,19). Sum of RGB (Red+Green+Blue) = 226+151+19=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E29713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29713 is #1D68EC. Grayscale: #9E9E9E. Windows color (decimal): -1927405 or 1284066. OLE color: 1284066.
HSL color Cylindrical-coordinate representation of color #E29713: hue angle of 38.26º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E29713 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.11 |
| HSL | 38.26º | 0.84% | 0.48% | - |
| HSV(B) | 38.26º | 0.92% | 0.89% | - |
| XYZ | 42.55 | 38.35 | 5.78 | - |
| YUV | 158.38 | 49.35 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 19 | 0 | 0.33 | 0.92 | 0.11 | 38.26 | 0.84 | 0.48 |
| Hex | E2 | 97 | 13 | 0 | 21 | 5C | B | 26 | 54 | 30 |
| Octal | 342 | 227 | 23 | 0 | 41 | 134 | 13 | 46 | 124 | 60 |
| Binary | 11100010 | 10010111 | 10011 | 0 | 100001 | 1011100 | 1011 | 100110 | 1010100 | 110000 |
Color Harmonies of #E29713
Complementary color
Monochromatic Colors of #E29713
Black with #E29713
Text Example
Text Example
White with #E29713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29713; }
p { color: rgb(226,151,19); }
H1.HeaderClassName
{
color: #E29713;
}
.AnyTagClassName
{
color: #E29713;
}
</style>
background-color css
<style>
a { background-color: #E29713; }
a { background-color: rgb(226,151,19); }
div.DivClassName
{
background-color: #E29713;
}
.BgClassName
{
background-color: #E29713;
}
</style>
border-color css
<style>
span { border-color: #E29713; }
span { border-color: rgb(226,151,19); }
td.TdClassName
{
border-color: #E29713;
}
.TagClassName
{
border-color: #E29713;
}
</style>