Html Css Color HEX #EAA401 Gamboge

📋 copy color: '#EAA401'

red 234 ◦ green 164 ◦ blue 1

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

Shades of Gamboge #EAA401

Tints of Gamboge #EAA401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 58.65%
G = 41.1%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAA401 (or 0xEAA401) is known color: Gamboge. HEX triplet: EA, A4 and 01. RGB value is (234,164,1). Sum of RGB (Red+Green+Blue) = 234+164+1=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA401 is #155BFE. Grayscale: #A7A7A7. Windows color (decimal): -1399807 or 107754. OLE color: 107754.

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

Color convert

RGB 234 164 1 -
CMYK 0 0.30 1.00 0.08
HSL 41.97º 0.99% 0.46% -
HSV(B) 41.97º 1% 0.92% -
XYZ 47.21 44.05 6.04 -
YUV 166.35 34.69 176.25 -
System Red Green Blue C M Y K H S L
Decimal 234 164 1 0 0.30 1.00 0.08 41.97 0.99 0.46
Hex EA A4 1 0 1E 64 8 2A 63 2E
Octal 352 244 1 0 36 144 10 52 143 56
Binary 11101010 10100100 1 0 11110 1100100 1000 101010 1100011 101110

Color Harmonies of #EAA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA401

Black with #EAA401

Text Example


Text Example

White with #EAA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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