Html Css Color HEX #EAA106 Gamboge

📋 copy color: '#EAA106'

red 234 ◦ green 161 ◦ blue 6

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

Shades of Gamboge #EAA106

Tints of Gamboge #EAA106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 58.35%
G = 40.15%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAA106 (or 0xEAA106) is known color: Gamboge. HEX triplet: EA, A1 and 06. RGB value is (234,161,6). Sum of RGB (Red+Green+Blue) = 234+161+6=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA106 is #155EF9. Grayscale: #A5A5A5. Windows color (decimal): -1400570 or 434666. OLE color: 434666.

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

Color convert

RGB 234 161 6 -
CMYK 0 0.31 0.97 0.08
HSL 40.79º 0.95% 0.47% -
HSV(B) 40.79º 0.97% 0.92% -
XYZ 46.71 43 6.01 -
YUV 165.16 38.18 177.1 -
System Red Green Blue C M Y K H S L
Decimal 234 161 6 0 0.31 0.97 0.08 40.79 0.95 0.47
Hex EA A1 6 0 1F 61 8 29 5F 2F
Octal 352 241 6 0 37 141 10 51 137 57
Binary 11101010 10100001 110 0 11111 1100001 1000 101001 1011111 101111

Color Harmonies of #EAA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA106

Black with #EAA106

Text Example


Text Example

White with #EAA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA106; }

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

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

background-color css

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

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

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

border-color css

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

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

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