Html Css Color HEX #EAA109 Gamboge

📋 copy color: '#EAA109'

red 234 ◦ green 161 ◦ blue 9

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

Shades of Gamboge #EAA109

Tints of Gamboge #EAA109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 57.92%
G = 39.85%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAA109 (or 0xEAA109) is known color: Gamboge. HEX triplet: EA, A1 and 09. RGB value is (234,161,9). Sum of RGB (Red+Green+Blue) = 234+161+9=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA109 is #155EF6. Grayscale: #A6A6A6. Windows color (decimal): -1400567 or 631274. OLE color: 631274.

HSL color Cylindrical-coordinate representation of color #EAA109: hue angle of 40.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAA109 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 161 9 -
CMYK 0 0.31 0.96 0.08
HSL 40.53º 0.93% 0.48% -
HSV(B) 40.53º 0.96% 0.92% -
XYZ 46.73 43 6.1 -
YUV 165.5 39.68 176.86 -
System Red Green Blue C M Y K H S L
Decimal 234 161 9 0 0.31 0.96 0.08 40.53 0.93 0.48
Hex EA A1 9 0 1F 60 8 29 5D 30
Octal 352 241 11 0 37 140 10 51 135 60
Binary 11101010 10100001 1001 0 11111 1100000 1000 101001 1011101 110000

Color Harmonies of #EAA109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA109

Black with #EAA109

Text Example


Text Example

White with #EAA109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA109; }

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

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

background-color css

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

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

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

border-color css

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

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

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