Shades of Gamboge #E09508
Tints of Gamboge #E09508
RGB
CMYK
RGB Variations
Color information
#E09508 (or 0xE09508) is known color: Gamboge. HEX triplet: E0, 95 and 08. RGB value is (224,149,8). Sum of RGB (Red+Green+Blue) = 224+149+8=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E09508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09508 is #1F6AF7. Grayscale: #9B9B9B. Windows color (decimal): -2059000 or 562656. OLE color: 562656.
HSL color Cylindrical-coordinate representation of color #E09508: hue angle of 39.17º 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 #E09508 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.12 |
| HSL | 39.17º | 0.93% | 0.45% | - |
| HSV(B) | 39.17º | 0.96% | 0.88% | - |
| XYZ | 41.53 | 37.36 | 5.25 | - |
| YUV | 155.35 | 44.85 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 8 | 0 | 0.33 | 0.96 | 0.12 | 39.17 | 0.93 | 0.45 |
| Hex | E0 | 95 | 8 | 0 | 21 | 60 | C | 27 | 5D | 2D |
| Octal | 340 | 225 | 10 | 0 | 41 | 140 | 14 | 47 | 135 | 55 |
| Binary | 11100000 | 10010101 | 1000 | 0 | 100001 | 1100000 | 1100 | 100111 | 1011101 | 101101 |
Color Harmonies of #E09508
Complementary color
Monochromatic Colors of #E09508
Black with #E09508
Text Example
Text Example
White with #E09508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09508; }
p { color: rgb(224,149,8); }
H1.HeaderClassName
{
color: #E09508;
}
.AnyTagClassName
{
color: #E09508;
}
</style>
background-color css
<style>
a { background-color: #E09508; }
a { background-color: rgb(224,149,8); }
div.DivClassName
{
background-color: #E09508;
}
.BgClassName
{
background-color: #E09508;
}
</style>
border-color css
<style>
span { border-color: #E09508; }
span { border-color: rgb(224,149,8); }
td.TdClassName
{
border-color: #E09508;
}
.TagClassName
{
border-color: #E09508;
}
</style>