Shades of Gamboge #E7AD02
Tints of Gamboge #E7AD02
RGB
CMYK
RGB Variations
Color information
#E7AD02 (or 0xE7AD02) is known color: Gamboge. HEX triplet: E7, AD and 02. RGB value is (231,173,2). Sum of RGB (Red+Green+Blue) = 231+173+2=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AD02 is #1852FD. Grayscale: #ABABAB. Windows color (decimal): -1594110 or 175591. OLE color: 175591.
HSL color Cylindrical-coordinate representation of color #E7AD02: hue angle of 44.8º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7AD02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.09 |
| HSL | 44.8º | 0.98% | 0.46% | - |
| HSV(B) | 44.8º | 0.99% | 0.91% | - |
| XYZ | 47.91 | 46.88 | 6.58 | - |
| YUV | 170.85 | 32.72 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 2 | 0 | 0.25 | 0.99 | 0.09 | 44.8 | 0.98 | 0.46 |
| Hex | E7 | AD | 2 | 0 | 19 | 63 | 9 | 2D | 62 | 2E |
| Octal | 347 | 255 | 2 | 0 | 31 | 143 | 11 | 55 | 142 | 56 |
| Binary | 11100111 | 10101101 | 10 | 0 | 11001 | 1100011 | 1001 | 101101 | 1100010 | 101110 |
Color Harmonies of #E7AD02
Complementary color
Monochromatic Colors of #E7AD02
Black with #E7AD02
Text Example
Text Example
White with #E7AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD02; }
p { color: rgb(231,173,2); }
H1.HeaderClassName
{
color: #E7AD02;
}
.AnyTagClassName
{
color: #E7AD02;
}
</style>
background-color css
<style>
a { background-color: #E7AD02; }
a { background-color: rgb(231,173,2); }
div.DivClassName
{
background-color: #E7AD02;
}
.BgClassName
{
background-color: #E7AD02;
}
</style>
border-color css
<style>
span { border-color: #E7AD02; }
span { border-color: rgb(231,173,2); }
td.TdClassName
{
border-color: #E7AD02;
}
.TagClassName
{
border-color: #E7AD02;
}
</style>