#EAA204

Color #EAA204 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #EAA204

Tints of Gamboge #EAA204

Color information

#EAA204 (or 0xEAA204) is unknown color: approx Gamboge. HEX triplet: EA, A2 and 04. RGB value is (234,162,4). Sum of RGB (Red+Green+Blue) = 234+162+4=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA204 is #155DFB. Grayscale: #A6A6A6. Windows color (decimal): -1400316 or 303850. OLE color: 303850.

HSL color Cylindrical-coordinate representation of color #EAA204: hue angle of 41.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EAA204 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB2341624-
CMYK00.310.980.08
HSL41.22º96.64%46.67%-
HSV(B)41.22º98.29%91.76%-
XYZ46.8743.346.01-
YUV165.5236.85176.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 58.5%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 4 (1.95% from 255) = 1%
R=58.5%
G=40.5%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234162400.310.980.0841.2296.6446.67
HexEAA2401F62829612f
Octal3522424037142105114157
Binary1110101010100010100011111110001010001010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA204; }

 p { color: rgb(234,162,4); }

 H1.HeaderClassName
 {
   color: #EAA204;
 }
 .AnyTagClassName
 {
   color: #EAA204;
 }
</style>
background-color css

<style>
 a { background-color: #EAA204; }

 a { background-color: rgb(234,162,4); }

 div.DivClassName
 {
   background-color: #EAA204;
 }
 .BgClassName
 {
   background-color: #EAA204;
 }
</style>
border-color css

<style>
 span { border-color: #EAA204; }

 span { border-color: rgb(234,162,4); }

 td.TdClassName
 {
   border-color: #EAA204;
 }
 .TagClassName
 {
   border-color: #EAA204;
 }
</style>