Shades of Gamboge #E69902
Tints of Gamboge #E69902
RGB
CMYK
RGB Variations
Color information
#E69902 (or 0xE69902) is known color: Gamboge. HEX triplet: E6, 99 and 02. RGB value is (230,153,2). Sum of RGB (Red+Green+Blue) = 230+153+2=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E69902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69902 is #1966FD. Grayscale: #9F9F9F. Windows color (decimal): -1664766 or 170470. OLE color: 170470.
HSL color Cylindrical-coordinate representation of color #E69902: hue angle of 39.74º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E69902 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.10 |
| HSL | 39.74º | 0.98% | 0.45% | - |
| HSV(B) | 39.74º | 0.99% | 0.9% | - |
| XYZ | 44.04 | 39.61 | 5.38 | - |
| YUV | 158.81 | 39.51 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 2 | 0 | 0.33 | 0.99 | 0.10 | 39.74 | 0.98 | 0.45 |
| Hex | E6 | 99 | 2 | 0 | 21 | 63 | A | 28 | 62 | 2D |
| Octal | 346 | 231 | 2 | 0 | 41 | 143 | 12 | 50 | 142 | 55 |
| Binary | 11100110 | 10011001 | 10 | 0 | 100001 | 1100011 | 1010 | 101000 | 1100010 | 101101 |
Color Harmonies of #E69902
Complementary color
Monochromatic Colors of #E69902
Black with #E69902
Text Example
Text Example
White with #E69902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69902; }
p { color: rgb(230,153,2); }
H1.HeaderClassName
{
color: #E69902;
}
.AnyTagClassName
{
color: #E69902;
}
</style>
background-color css
<style>
a { background-color: #E69902; }
a { background-color: rgb(230,153,2); }
div.DivClassName
{
background-color: #E69902;
}
.BgClassName
{
background-color: #E69902;
}
</style>
border-color css
<style>
span { border-color: #E69902; }
span { border-color: rgb(230,153,2); }
td.TdClassName
{
border-color: #E69902;
}
.TagClassName
{
border-color: #E69902;
}
</style>