Shades of Gamboge #E09006
Tints of Gamboge #E09006
RGB
CMYK
RGB Variations
Color information
#E09006 (or 0xE09006) is known color: Gamboge. HEX triplet: E0, 90 and 06. RGB value is (224,144,6). Sum of RGB (Red+Green+Blue) = 224+144+6=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E09006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09006 is #1F6FF9. Grayscale: #989898. Windows color (decimal): -2060282 or 430304. OLE color: 430304.
HSL color Cylindrical-coordinate representation of color #E09006: hue angle of 37.98º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E09006 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 6 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.12 |
| HSL | 37.98º | 0.95% | 0.45% | - |
| HSV(B) | 37.98º | 0.97% | 0.88% | - |
| XYZ | 40.75 | 35.81 | 4.94 | - |
| YUV | 152.19 | 45.5 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 6 | 0 | 0.36 | 0.97 | 0.12 | 37.98 | 0.95 | 0.45 |
| Hex | E0 | 90 | 6 | 0 | 24 | 61 | C | 26 | 5F | 2D |
| Octal | 340 | 220 | 6 | 0 | 44 | 141 | 14 | 46 | 137 | 55 |
| Binary | 11100000 | 10010000 | 110 | 0 | 100100 | 1100001 | 1100 | 100110 | 1011111 | 101101 |
Color Harmonies of #E09006
Complementary color
Monochromatic Colors of #E09006
Black with #E09006
Text Example
Text Example
White with #E09006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09006; }
p { color: rgb(224,144,6); }
H1.HeaderClassName
{
color: #E09006;
}
.AnyTagClassName
{
color: #E09006;
}
</style>
background-color css
<style>
a { background-color: #E09006; }
a { background-color: rgb(224,144,6); }
div.DivClassName
{
background-color: #E09006;
}
.BgClassName
{
background-color: #E09006;
}
</style>
border-color css
<style>
span { border-color: #E09006; }
span { border-color: rgb(224,144,6); }
td.TdClassName
{
border-color: #E09006;
}
.TagClassName
{
border-color: #E09006;
}
</style>