Shades of Gamboge #E09505
Tints of Gamboge #E09505
RGB
CMYK
RGB Variations
Color information
#E09505 (or 0xE09505) is known color: Gamboge. HEX triplet: E0, 95 and 05. RGB value is (224,149,5). Sum of RGB (Red+Green+Blue) = 224+149+5=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E09505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09505 is #1F6AFA. Grayscale: #9B9B9B. Windows color (decimal): -2059003 or 366048. OLE color: 366048.
HSL color Cylindrical-coordinate representation of color #E09505: hue angle of 39.45º 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 #E09505 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.12 |
| HSL | 39.45º | 0.96% | 0.45% | - |
| HSV(B) | 39.45º | 0.98% | 0.88% | - |
| XYZ | 41.52 | 37.35 | 5.17 | - |
| YUV | 155.01 | 43.35 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 5 | 0 | 0.33 | 0.98 | 0.12 | 39.45 | 0.96 | 0.45 |
| Hex | E0 | 95 | 5 | 0 | 21 | 62 | C | 27 | 60 | 2D |
| Octal | 340 | 225 | 5 | 0 | 41 | 142 | 14 | 47 | 140 | 55 |
| Binary | 11100000 | 10010101 | 101 | 0 | 100001 | 1100010 | 1100 | 100111 | 1100000 | 101101 |
Color Harmonies of #E09505
Complementary color
Monochromatic Colors of #E09505
Black with #E09505
Text Example
Text Example
White with #E09505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09505; }
p { color: rgb(224,149,5); }
H1.HeaderClassName
{
color: #E09505;
}
.AnyTagClassName
{
color: #E09505;
}
</style>
background-color css
<style>
a { background-color: #E09505; }
a { background-color: rgb(224,149,5); }
div.DivClassName
{
background-color: #E09505;
}
.BgClassName
{
background-color: #E09505;
}
</style>
border-color css
<style>
span { border-color: #E09505; }
span { border-color: rgb(224,149,5); }
td.TdClassName
{
border-color: #E09505;
}
.TagClassName
{
border-color: #E09505;
}
</style>