Html Css Color HEX #EAA804 Gamboge

📋 copy color: '#EAA804'

red 234 ◦ green 168 ◦ blue 4

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

Shades of Gamboge #EAA804

Tints of Gamboge #EAA804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 57.64%
G = 41.38%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA804 (or 0xEAA804) is known color: Gamboge. HEX triplet: EA, A8 and 04. RGB value is (234,168,4). Sum of RGB (Red+Green+Blue) = 234+168+4=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA804 is #1557FB. Grayscale: #A9A9A9. Windows color (decimal): -1398780 or 305386. OLE color: 305386.

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

Color convert

RGB 234 168 4 -
CMYK 0 0.28 0.98 0.08
HSL 42.78º 0.97% 0.47% -
HSV(B) 42.78º 0.98% 0.92% -
XYZ 47.96 45.51 6.37 -
YUV 169.04 34.87 174.34 -
System Red Green Blue C M Y K H S L
Decimal 234 168 4 0 0.28 0.98 0.08 42.78 0.97 0.47
Hex EA A8 4 0 1C 62 8 2B 61 2F
Octal 352 250 4 0 34 142 10 53 141 57
Binary 11101010 10101000 100 0 11100 1100010 1000 101011 1100001 101111

Color Harmonies of #EAA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA804

Black with #EAA804

Text Example


Text Example

White with #EAA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA804; }

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

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

background-color css

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

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

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

border-color css

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

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

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