Shades of Gamboge #EAAF11
Tints of Gamboge #EAAF11
RGB
CMYK
RGB Variations
Color information
#EAAF11 (or 0xEAAF11) is known color: Gamboge. HEX triplet: EA, AF and 11. RGB value is (234,175,17). Sum of RGB (Red+Green+Blue) = 234+175+17=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAF11 is #1550EE. Grayscale: #AFAFAF. Windows color (decimal): -1396975 or 1159146. OLE color: 1159146.
HSL color Cylindrical-coordinate representation of color #EAAF11: hue angle of 43.69º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAAF11 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.08 |
| HSL | 43.69º | 0.86% | 0.49% | - |
| HSV(B) | 43.69º | 0.93% | 0.92% | - |
| XYZ | 49.36 | 48.19 | 7.23 | - |
| YUV | 174.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 17 | 0 | 0.25 | 0.93 | 0.08 | 43.69 | 0.86 | 0.49 |
| Hex | EA | AF | 11 | 0 | 19 | 5D | 8 | 2C | 56 | 31 |
| Octal | 352 | 257 | 21 | 0 | 31 | 135 | 10 | 54 | 126 | 61 |
| Binary | 11101010 | 10101111 | 10001 | 0 | 11001 | 1011101 | 1000 | 101100 | 1010110 | 110001 |
Color Harmonies of #EAAF11
Complementary color
Monochromatic Colors of #EAAF11
Black with #EAAF11
Text Example
Text Example
White with #EAAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF11; }
p { color: rgb(234,175,17); }
H1.HeaderClassName
{
color: #EAAF11;
}
.AnyTagClassName
{
color: #EAAF11;
}
</style>
background-color css
<style>
a { background-color: #EAAF11; }
a { background-color: rgb(234,175,17); }
div.DivClassName
{
background-color: #EAAF11;
}
.BgClassName
{
background-color: #EAAF11;
}
</style>
border-color css
<style>
span { border-color: #EAAF11; }
span { border-color: rgb(234,175,17); }
td.TdClassName
{
border-color: #EAAF11;
}
.TagClassName
{
border-color: #EAAF11;
}
</style>