Shades of Gamboge #E0AD03
Tints of Gamboge #E0AD03
RGB
CMYK
RGB Variations
Color information
#E0AD03 (or 0xE0AD03) is known color: Gamboge. HEX triplet: E0, AD and 03. RGB value is (224,173,3). Sum of RGB (Red+Green+Blue) = 224+173+3=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD03 is #1F52FC. Grayscale: #A9A9A9. Windows color (decimal): -2052861 or 241120. OLE color: 241120.
HSL color Cylindrical-coordinate representation of color #E0AD03: hue angle of 46.15º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0AD03 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.12 |
| HSL | 46.15º | 0.97% | 0.45% | - |
| HSV(B) | 46.15º | 0.99% | 0.88% | - |
| XYZ | 45.7 | 45.74 | 6.51 | - |
| YUV | 168.87 | 34.4 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 3 | 0 | 0.23 | 0.99 | 0.12 | 46.15 | 0.97 | 0.45 |
| Hex | E0 | AD | 3 | 0 | 17 | 63 | C | 2E | 61 | 2D |
| Octal | 340 | 255 | 3 | 0 | 27 | 143 | 14 | 56 | 141 | 55 |
| Binary | 11100000 | 10101101 | 11 | 0 | 10111 | 1100011 | 1100 | 101110 | 1100001 | 101101 |
Color Harmonies of #E0AD03
Complementary color
Monochromatic Colors of #E0AD03
Black with #E0AD03
Text Example
Text Example
White with #E0AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD03; }
p { color: rgb(224,173,3); }
H1.HeaderClassName
{
color: #E0AD03;
}
.AnyTagClassName
{
color: #E0AD03;
}
</style>
background-color css
<style>
a { background-color: #E0AD03; }
a { background-color: rgb(224,173,3); }
div.DivClassName
{
background-color: #E0AD03;
}
.BgClassName
{
background-color: #E0AD03;
}
</style>
border-color css
<style>
span { border-color: #E0AD03; }
span { border-color: rgb(224,173,3); }
td.TdClassName
{
border-color: #E0AD03;
}
.TagClassName
{
border-color: #E0AD03;
}
</style>