Shades of Gamboge #E09D02
Tints of Gamboge #E09D02
RGB
CMYK
RGB Variations
Color information
#E09D02 (or 0xE09D02) is known color: Gamboge. HEX triplet: E0, 9D and 02. RGB value is (224,157,2). Sum of RGB (Red+Green+Blue) = 224+157+2=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09D02 is #1F62FD. Grayscale: #A0A0A0. Windows color (decimal): -2056958 or 171488. OLE color: 171488.
HSL color Cylindrical-coordinate representation of color #E09D02: hue angle of 41.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E09D02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.12 |
| HSL | 41.89º | 0.98% | 0.44% | - |
| HSV(B) | 41.89º | 0.99% | 0.88% | - |
| XYZ | 42.81 | 39.97 | 5.52 | - |
| YUV | 159.36 | 39.2 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 2 | 0 | 0.30 | 0.99 | 0.12 | 41.89 | 0.98 | 0.44 |
| Hex | E0 | 9D | 2 | 0 | 1E | 63 | C | 2A | 62 | 2C |
| Octal | 340 | 235 | 2 | 0 | 36 | 143 | 14 | 52 | 142 | 54 |
| Binary | 11100000 | 10011101 | 10 | 0 | 11110 | 1100011 | 1100 | 101010 | 1100010 | 101100 |
Color Harmonies of #E09D02
Complementary color
Monochromatic Colors of #E09D02
Black with #E09D02
Text Example
Text Example
White with #E09D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D02; }
p { color: rgb(224,157,2); }
H1.HeaderClassName
{
color: #E09D02;
}
.AnyTagClassName
{
color: #E09D02;
}
</style>
background-color css
<style>
a { background-color: #E09D02; }
a { background-color: rgb(224,157,2); }
div.DivClassName
{
background-color: #E09D02;
}
.BgClassName
{
background-color: #E09D02;
}
</style>
border-color css
<style>
span { border-color: #E09D02; }
span { border-color: rgb(224,157,2); }
td.TdClassName
{
border-color: #E09D02;
}
.TagClassName
{
border-color: #E09D02;
}
</style>