Shades of Gamboge #E09008
Tints of Gamboge #E09008
RGB
CMYK
RGB Variations
Color information
#E09008 (or 0xE09008) is known color: Gamboge. HEX triplet: E0, 90 and 08. RGB value is (224,144,8). Sum of RGB (Red+Green+Blue) = 224+144+8=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E09008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09008 is #1F6FF7. Grayscale: #999999. Windows color (decimal): -2060280 or 561376. OLE color: 561376.
HSL color Cylindrical-coordinate representation of color #E09008: hue angle of 37.78º 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 #E09008 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.12 |
| HSL | 37.78º | 0.93% | 0.45% | - |
| HSV(B) | 37.78º | 0.96% | 0.88% | - |
| XYZ | 40.76 | 35.81 | 4.99 | - |
| YUV | 152.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 8 | 0 | 0.36 | 0.96 | 0.12 | 37.78 | 0.93 | 0.45 |
| Hex | E0 | 90 | 8 | 0 | 24 | 60 | C | 26 | 5D | 2D |
| Octal | 340 | 220 | 10 | 0 | 44 | 140 | 14 | 46 | 135 | 55 |
| Binary | 11100000 | 10010000 | 1000 | 0 | 100100 | 1100000 | 1100 | 100110 | 1011101 | 101101 |
Color Harmonies of #E09008
Complementary color
Monochromatic Colors of #E09008
Black with #E09008
Text Example
Text Example
White with #E09008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09008; }
p { color: rgb(224,144,8); }
H1.HeaderClassName
{
color: #E09008;
}
.AnyTagClassName
{
color: #E09008;
}
</style>
background-color css
<style>
a { background-color: #E09008; }
a { background-color: rgb(224,144,8); }
div.DivClassName
{
background-color: #E09008;
}
.BgClassName
{
background-color: #E09008;
}
</style>
border-color css
<style>
span { border-color: #E09008; }
span { border-color: rgb(224,144,8); }
td.TdClassName
{
border-color: #E09008;
}
.TagClassName
{
border-color: #E09008;
}
</style>