Html Css Color HEX #EAA116 Gamboge

📋 copy color: '#EAA116'

red 234 ◦ green 161 ◦ blue 22

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

Shades of Gamboge #EAA116

Tints of Gamboge #EAA116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.28%

R = 56.12%
G = 38.61%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA116 (or 0xEAA116) is known color: Gamboge. HEX triplet: EA, A1 and 16. RGB value is (234,161,22). Sum of RGB (Red+Green+Blue) = 234+161+22=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA116 is #155EE9. Grayscale: #A7A7A7. Windows color (decimal): -1400554 or 1483242. OLE color: 1483242.

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

Color convert

RGB 234 161 22 -
CMYK 0 0.31 0.91 0.08
HSL 39.34º 0.83% 0.5% -
HSV(B) 39.34º 0.91% 0.92% -
XYZ 46.82 43.04 6.6 -
YUV 166.98 46.18 175.8 -
System Red Green Blue C M Y K H S L
Decimal 234 161 22 0 0.31 0.91 0.08 39.34 0.83 0.5
Hex EA A1 16 0 1F 5B 8 27 53 32
Octal 352 241 26 0 37 133 10 47 123 62
Binary 11101010 10100001 10110 0 11111 1011011 1000 100111 1010011 110010

Color Harmonies of #EAA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA116

Black with #EAA116

Text Example


Text Example

White with #EAA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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