Html Css Color HEX #EAA201 Gamboge

📋 copy color: '#EAA201'

red 234 ◦ green 162 ◦ blue 1

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

Shades of Gamboge #EAA201

Tints of Gamboge #EAA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 58.94%
G = 40.81%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAA201 (or 0xEAA201) is known color: Gamboge. HEX triplet: EA, A2 and 01. RGB value is (234,162,1). Sum of RGB (Red+Green+Blue) = 234+162+1=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA201 is #155DFE. Grayscale: #A5A5A5. Windows color (decimal): -1400319 or 107242. OLE color: 107242.

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

Color convert

RGB 234 162 1 -
CMYK 0 0.31 1.00 0.08
HSL 41.46º 0.99% 0.46% -
HSV(B) 41.46º 1% 0.92% -
XYZ 46.86 43.34 5.92 -
YUV 165.17 35.35 177.09 -
System Red Green Blue C M Y K H S L
Decimal 234 162 1 0 0.31 1.00 0.08 41.46 0.99 0.46
Hex EA A2 1 0 1F 64 8 29 63 2E
Octal 352 242 1 0 37 144 10 51 143 56
Binary 11101010 10100010 1 0 11111 1100100 1000 101001 1100011 101110

Color Harmonies of #EAA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA201

Black with #EAA201

Text Example


Text Example

White with #EAA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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