Shades of Gamboge #EAA41D
Tints of Gamboge #EAA41D
RGB
CMYK
RGB Variations
Color information
#EAA41D (or 0xEAA41D) is known color: Gamboge. HEX triplet: EA, A4 and 1D. RGB value is (234,164,29). Sum of RGB (Red+Green+Blue) = 234+164+29=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA41D is #155BE2. Grayscale: #AAAAAA. Windows color (decimal): -1399779 or 1942762. OLE color: 1942762.
HSL color Cylindrical-coordinate representation of color #EAA41D: hue angle of 39.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAA41D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.08 |
| HSL | 39.51º | 0.83% | 0.52% | - |
| HSV(B) | 39.51º | 0.88% | 0.92% | - |
| XYZ | 47.43 | 44.13 | 7.18 | - |
| YUV | 169.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 29 | 0 | 0.30 | 0.88 | 0.08 | 39.51 | 0.83 | 0.52 |
| Hex | EA | A4 | 1D | 0 | 1E | 58 | 8 | 28 | 53 | 34 |
| Octal | 352 | 244 | 35 | 0 | 36 | 130 | 10 | 50 | 123 | 64 |
| Binary | 11101010 | 10100100 | 11101 | 0 | 11110 | 1011000 | 1000 | 101000 | 1010011 | 110100 |
Color Harmonies of #EAA41D
Complementary color
Monochromatic Colors of #EAA41D
Black with #EAA41D
Text Example
Text Example
White with #EAA41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA41D; }
p { color: rgb(234,164,29); }
H1.HeaderClassName
{
color: #EAA41D;
}
.AnyTagClassName
{
color: #EAA41D;
}
</style>
background-color css
<style>
a { background-color: #EAA41D; }
a { background-color: rgb(234,164,29); }
div.DivClassName
{
background-color: #EAA41D;
}
.BgClassName
{
background-color: #EAA41D;
}
</style>
border-color css
<style>
span { border-color: #EAA41D; }
span { border-color: rgb(234,164,29); }
td.TdClassName
{
border-color: #EAA41D;
}
.TagClassName
{
border-color: #EAA41D;
}
</style>