Shades of Gamboge #E09B04
Tints of Gamboge #E09B04
RGB
CMYK
RGB Variations
Color information
#E09B04 (or 0xE09B04) is known color: Gamboge. HEX triplet: E0, 9B and 04. RGB value is (224,155,4). Sum of RGB (Red+Green+Blue) = 224+155+4=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09B04 is #1F64FB. Grayscale: #9F9F9F. Windows color (decimal): -2057468 or 302048. OLE color: 302048.
HSL color Cylindrical-coordinate representation of color #E09B04: hue angle of 41.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E09B04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.12 |
| HSL | 41.18º | 0.96% | 0.45% | - |
| HSV(B) | 41.18º | 0.98% | 0.88% | - |
| XYZ | 42.48 | 39.3 | 5.46 | - |
| YUV | 158.42 | 40.86 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 4 | 0 | 0.31 | 0.98 | 0.12 | 41.18 | 0.96 | 0.45 |
| Hex | E0 | 9B | 4 | 0 | 1F | 62 | C | 29 | 60 | 2D |
| Octal | 340 | 233 | 4 | 0 | 37 | 142 | 14 | 51 | 140 | 55 |
| Binary | 11100000 | 10011011 | 100 | 0 | 11111 | 1100010 | 1100 | 101001 | 1100000 | 101101 |
Color Harmonies of #E09B04
Complementary color
Monochromatic Colors of #E09B04
Black with #E09B04
Text Example
Text Example
White with #E09B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B04; }
p { color: rgb(224,155,4); }
H1.HeaderClassName
{
color: #E09B04;
}
.AnyTagClassName
{
color: #E09B04;
}
</style>
background-color css
<style>
a { background-color: #E09B04; }
a { background-color: rgb(224,155,4); }
div.DivClassName
{
background-color: #E09B04;
}
.BgClassName
{
background-color: #E09B04;
}
</style>
border-color css
<style>
span { border-color: #E09B04; }
span { border-color: rgb(224,155,4); }
td.TdClassName
{
border-color: #E09B04;
}
.TagClassName
{
border-color: #E09B04;
}
</style>