Html Css Color HEX #EAA404 Gamboge

📋 copy color: '#EAA404'

red 234 ◦ green 164 ◦ blue 4

#EAA404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #EAA404

Tints of Gamboge #EAA404

RGB

 RED value IS 234 (91.8% from 255) = 58.21%

 GREEN value IS 164 (64.45% from 255) = 40.8%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 58.21%
G = 40.8%
B = 1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA404 (or 0xEAA404) is known color: Gamboge. HEX triplet: EA, A4 and 04. RGB value is (234,164,4). Sum of RGB (Red+Green+Blue) = 234+164+4=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA404 is #155BFB. Grayscale: #A7A7A7. Windows color (decimal): -1399804 or 304362. OLE color: 304362.

HSL color Cylindrical-coordinate representation of color #EAA404: hue angle of 41.74º 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 #EAA404 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 4 -
CMYK 0 0.30 0.98 0.08
HSL 41.74º 0.97% 0.47% -
HSV(B) 41.74º 0.98% 0.92% -
XYZ 47.23 44.05 6.13 -
YUV 166.69 36.19 176.01 -
System Red Green Blue C M Y K H S L
Decimal 234 164 4 0 0.30 0.98 0.08 41.74 0.97 0.47
Hex EA A4 4 0 1E 62 8 2A 61 2F
Octal 352 244 4 0 36 142 10 52 141 57
Binary 11101010 10100100 100 0 11110 1100010 1000 101010 1100001 101111

Color Harmonies of #EAA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA404

Black with #EAA404

Text Example


Text Example

White with #EAA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA404; }

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

 H1.HeaderClassName
 {
   color: #EAA404;
 }
 .AnyTagClassName
 {
   color: #EAA404;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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