Shades of Gamboge #EBAF0D
Tints of Gamboge #EBAF0D
RGB
CMYK
RGB Variations
Color information
#EBAF0D (or 0xEBAF0D) is known color: Gamboge. HEX triplet: EB, AF and 0D. RGB value is (235,175,13). Sum of RGB (Red+Green+Blue) = 235+175+13=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF0D is #1450F2. Grayscale: #AFAFAF. Windows color (decimal): -1331443 or 897003. OLE color: 897003.
HSL color Cylindrical-coordinate representation of color #EBAF0D: hue angle of 43.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBAF0D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 175 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.08 |
| HSL | 43.78º | 0.9% | 0.49% | - |
| HSV(B) | 43.78º | 0.94% | 0.92% | - |
| XYZ | 49.66 | 48.35 | 7.1 | - |
| YUV | 174.47 | 36.88 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 175 | 13 | 0 | 0.26 | 0.94 | 0.08 | 43.78 | 0.9 | 0.49 |
| Hex | EB | AF | D | 0 | 1A | 5E | 8 | 2C | 5A | 31 |
| Octal | 353 | 257 | 15 | 0 | 32 | 136 | 10 | 54 | 132 | 61 |
| Binary | 11101011 | 10101111 | 1101 | 0 | 11010 | 1011110 | 1000 | 101100 | 1011010 | 110001 |
Color Harmonies of #EBAF0D
Complementary color
Monochromatic Colors of #EBAF0D
Black with #EBAF0D
Text Example
Text Example
White with #EBAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAF0D; }
p { color: rgb(235,175,13); }
H1.HeaderClassName
{
color: #EBAF0D;
}
.AnyTagClassName
{
color: #EBAF0D;
}
</style>
background-color css
<style>
a { background-color: #EBAF0D; }
a { background-color: rgb(235,175,13); }
div.DivClassName
{
background-color: #EBAF0D;
}
.BgClassName
{
background-color: #EBAF0D;
}
</style>
border-color css
<style>
span { border-color: #EBAF0D; }
span { border-color: rgb(235,175,13); }
td.TdClassName
{
border-color: #EBAF0D;
}
.TagClassName
{
border-color: #EBAF0D;
}
</style>