Shades of Gamboge #E09908
Tints of Gamboge #E09908
RGB
CMYK
RGB Variations
Color information
#E09908 (or 0xE09908) is known color: Gamboge. HEX triplet: E0, 99 and 08. RGB value is (224,153,8). Sum of RGB (Red+Green+Blue) = 224+153+8=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E09908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09908 is #1F66F7. Grayscale: #9E9E9E. Windows color (decimal): -2057976 or 563680. OLE color: 563680.
HSL color Cylindrical-coordinate representation of color #E09908: hue angle of 40.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E09908 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.12 |
| HSL | 40.28º | 0.93% | 0.45% | - |
| HSV(B) | 40.28º | 0.96% | 0.88% | - |
| XYZ | 42.18 | 38.65 | 5.47 | - |
| YUV | 157.7 | 43.52 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 8 | 0 | 0.32 | 0.96 | 0.12 | 40.28 | 0.93 | 0.45 |
| Hex | E0 | 99 | 8 | 0 | 20 | 60 | C | 28 | 5D | 2D |
| Octal | 340 | 231 | 10 | 0 | 40 | 140 | 14 | 50 | 135 | 55 |
| Binary | 11100000 | 10011001 | 1000 | 0 | 100000 | 1100000 | 1100 | 101000 | 1011101 | 101101 |
Color Harmonies of #E09908
Complementary color
Monochromatic Colors of #E09908
Black with #E09908
Text Example
Text Example
White with #E09908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09908; }
p { color: rgb(224,153,8); }
H1.HeaderClassName
{
color: #E09908;
}
.AnyTagClassName
{
color: #E09908;
}
</style>
background-color css
<style>
a { background-color: #E09908; }
a { background-color: rgb(224,153,8); }
div.DivClassName
{
background-color: #E09908;
}
.BgClassName
{
background-color: #E09908;
}
</style>
border-color css
<style>
span { border-color: #E09908; }
span { border-color: rgb(224,153,8); }
td.TdClassName
{
border-color: #E09908;
}
.TagClassName
{
border-color: #E09908;
}
</style>