Shades of Gamboge #E09504
Tints of Gamboge #E09504
RGB
CMYK
RGB Variations
Color information
#E09504 (or 0xE09504) is known color: Gamboge. HEX triplet: E0, 95 and 04. RGB value is (224,149,4). Sum of RGB (Red+Green+Blue) = 224+149+4=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E09504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09504 is #1F6AFB. Grayscale: #9B9B9B. Windows color (decimal): -2059004 or 300512. OLE color: 300512.
HSL color Cylindrical-coordinate representation of color #E09504: hue angle of 39.55º 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 #E09504 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.12 |
| HSL | 39.55º | 0.96% | 0.45% | - |
| HSV(B) | 39.55º | 0.98% | 0.88% | - |
| XYZ | 41.51 | 37.35 | 5.14 | - |
| YUV | 154.9 | 42.85 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 4 | 0 | 0.33 | 0.98 | 0.12 | 39.55 | 0.96 | 0.45 |
| Hex | E0 | 95 | 4 | 0 | 21 | 62 | C | 28 | 60 | 2D |
| Octal | 340 | 225 | 4 | 0 | 41 | 142 | 14 | 50 | 140 | 55 |
| Binary | 11100000 | 10010101 | 100 | 0 | 100001 | 1100010 | 1100 | 101000 | 1100000 | 101101 |
Color Harmonies of #E09504
Complementary color
Monochromatic Colors of #E09504
Black with #E09504
Text Example
Text Example
White with #E09504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09504; }
p { color: rgb(224,149,4); }
H1.HeaderClassName
{
color: #E09504;
}
.AnyTagClassName
{
color: #E09504;
}
</style>
background-color css
<style>
a { background-color: #E09504; }
a { background-color: rgb(224,149,4); }
div.DivClassName
{
background-color: #E09504;
}
.BgClassName
{
background-color: #E09504;
}
</style>
border-color css
<style>
span { border-color: #E09504; }
span { border-color: rgb(224,149,4); }
td.TdClassName
{
border-color: #E09504;
}
.TagClassName
{
border-color: #E09504;
}
</style>