Html Css Color HEX #EAA100 Gamboge

📋 copy color: '#EAA100'

red 234 ◦ green 161 ◦ blue 0

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

Shades of Gamboge #EAA100

Tints of Gamboge #EAA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.76%

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

R = 59.24%
G = 40.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAA100 (or 0xEAA100) is known color: Gamboge. HEX triplet: EA, A1 and 00. RGB value is (234,161,0). Sum of RGB (Red+Green+Blue) = 234+161+0=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA100 is #155EFF. Grayscale: #A5A5A5. Windows color (decimal): -1400576 or 41450. OLE color: 41450.

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

Color convert

RGB 234 161 0 -
CMYK 0 0.31 1 0.08
HSL 41.28º 1% 0.46% -
HSV(B) 41.28º 1% 0.92% -
XYZ 46.68 42.98 5.84 -
YUV 164.47 35.18 177.59 -
System Red Green Blue C M Y K H S L
Decimal 234 161 0 0 0.31 1 0.08 41.28 1 0.46
Hex EA A1 0 0 1F 64 8 29 64 2E
Octal 352 241 0 0 37 144 10 51 144 56
Binary 11101010 10100001 0 0 11111 1100100 1000 101001 1100100 101110

Color Harmonies of #EAA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA100

Black with #EAA100

Text Example


Text Example

White with #EAA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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