Html Css Color HEX #EAA110 Gamboge

📋 copy color: '#EAA110'

red 234 ◦ green 161 ◦ blue 16

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

Shades of Gamboge #EAA110

Tints of Gamboge #EAA110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 56.93%
G = 39.17%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAA110 (or 0xEAA110) is known color: Gamboge. HEX triplet: EA, A1 and 10. RGB value is (234,161,16). Sum of RGB (Red+Green+Blue) = 234+161+16=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA110 is #155EEF. Grayscale: #A6A6A6. Windows color (decimal): -1400560 or 1090026. OLE color: 1090026.

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

Color convert

RGB 234 161 16 -
CMYK 0 0.31 0.93 0.08
HSL 39.91º 0.87% 0.49% -
HSV(B) 39.91º 0.93% 0.92% -
XYZ 46.77 43.02 6.33 -
YUV 166.3 43.18 176.29 -
System Red Green Blue C M Y K H S L
Decimal 234 161 16 0 0.31 0.93 0.08 39.91 0.87 0.49
Hex EA A1 10 0 1F 5D 8 28 57 31
Octal 352 241 20 0 37 135 10 50 127 61
Binary 11101010 10100001 10000 0 11111 1011101 1000 101000 1010111 110001

Color Harmonies of #EAA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA110

Black with #EAA110

Text Example


Text Example

White with #EAA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA110; }

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

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

background-color css

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

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

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

border-color css

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

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

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