Html Css Color HEX #EAA400 Gamboge

📋 copy color: '#EAA400'

red 234 ◦ green 164 ◦ blue 0

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

Shades of Gamboge #EAA400

Tints of Gamboge #EAA400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.79%
G = 41.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAA400 (or 0xEAA400) is known color: Gamboge. HEX triplet: EA, A4 and 00. RGB value is (234,164,0). Sum of RGB (Red+Green+Blue) = 234+164+0=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA400 is #155BFF. Grayscale: #A6A6A6. Windows color (decimal): -1399808 or 42218. OLE color: 42218.

HSL color Cylindrical-coordinate representation of color #EAA400: hue angle of 42.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAA400 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 0 -
CMYK 0 0.30 1 0.08
HSL 42.05º 1% 0.46% -
HSV(B) 42.05º 1% 0.92% -
XYZ 47.21 44.04 6.01 -
YUV 166.23 34.19 176.34 -
System Red Green Blue C M Y K H S L
Decimal 234 164 0 0 0.30 1 0.08 42.05 1 0.46
Hex EA A4 0 0 1E 64 8 2A 64 2E
Octal 352 244 0 0 36 144 10 52 144 56
Binary 11101010 10100100 0 0 11110 1100100 1000 101010 1100100 101110

Color Harmonies of #EAA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA400

Black with #EAA400

Text Example


Text Example

White with #EAA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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