Html Css Color HEX #EAA101 Gamboge

📋 copy color: '#EAA101'

red 234 ◦ green 161 ◦ blue 1

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

Shades of Gamboge #EAA101

Tints of Gamboge #EAA101

RGB

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

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

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

R = 59.09%
G = 40.66%
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

#EAA101 (or 0xEAA101) is known color: Gamboge. HEX triplet: EA, A1 and 01. RGB value is (234,161,1). Sum of RGB (Red+Green+Blue) = 234+161+1=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA101 is #155EFE. Grayscale: #A5A5A5. Windows color (decimal): -1400575 or 106986. OLE color: 106986.

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

Color convert

RGB 234 161 1 -
CMYK 0 0.31 1.00 0.08
HSL 41.2º 0.99% 0.46% -
HSV(B) 41.2º 1% 0.92% -
XYZ 46.68 42.98 5.87 -
YUV 164.59 35.68 177.51 -
System Red Green Blue C M Y K H S L
Decimal 234 161 1 0 0.31 1.00 0.08 41.2 0.99 0.46
Hex EA A1 1 0 1F 64 8 29 63 2E
Octal 352 241 1 0 37 144 10 51 143 56
Binary 11101010 10100001 1 0 11111 1100100 1000 101001 1100011 101110

Color Harmonies of #EAA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA101

Black with #EAA101

Text Example


Text Example

White with #EAA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA101; }

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

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

background-color css

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

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

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

border-color css

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

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

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