Shades of Gamboge #E6AD0B
Tints of Gamboge #E6AD0B
RGB
CMYK
RGB Variations
Color information
#E6AD0B (or 0xE6AD0B) is known color: Gamboge. HEX triplet: E6, AD and 0B. RGB value is (230,173,11). Sum of RGB (Red+Green+Blue) = 230+173+11=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AD0B is #1952F4. Grayscale: #ACACAC. Windows color (decimal): -1659637 or 765414. OLE color: 765414.
HSL color Cylindrical-coordinate representation of color #E6AD0B: hue angle of 44.38º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6AD0B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.10 |
| HSL | 44.38º | 0.91% | 0.47% | - |
| HSV(B) | 44.38º | 0.95% | 0.9% | - |
| XYZ | 47.64 | 46.73 | 6.83 | - |
| YUV | 171.58 | 37.38 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 11 | 0 | 0.25 | 0.95 | 0.10 | 44.38 | 0.91 | 0.47 |
| Hex | E6 | AD | B | 0 | 19 | 5F | A | 2C | 5B | 2F |
| Octal | 346 | 255 | 13 | 0 | 31 | 137 | 12 | 54 | 133 | 57 |
| Binary | 11100110 | 10101101 | 1011 | 0 | 11001 | 1011111 | 1010 | 101100 | 1011011 | 101111 |
Color Harmonies of #E6AD0B
Complementary color
Monochromatic Colors of #E6AD0B
Black with #E6AD0B
Text Example
Text Example
White with #E6AD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD0B; }
p { color: rgb(230,173,11); }
H1.HeaderClassName
{
color: #E6AD0B;
}
.AnyTagClassName
{
color: #E6AD0B;
}
</style>
background-color css
<style>
a { background-color: #E6AD0B; }
a { background-color: rgb(230,173,11); }
div.DivClassName
{
background-color: #E6AD0B;
}
.BgClassName
{
background-color: #E6AD0B;
}
</style>
border-color css
<style>
span { border-color: #E6AD0B; }
span { border-color: rgb(230,173,11); }
td.TdClassName
{
border-color: #E6AD0B;
}
.TagClassName
{
border-color: #E6AD0B;
}
</style>