Html Css Color HEX #EAA616 Gamboge

📋 copy color: '#EAA616'

red 234 ◦ green 166 ◦ blue 22

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

Shades of Gamboge #EAA616

Tints of Gamboge #EAA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

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

R = 55.45%
G = 39.34%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA616 (or 0xEAA616) is known color: Gamboge. HEX triplet: EA, A6 and 16. RGB value is (234,166,22). Sum of RGB (Red+Green+Blue) = 234+166+22=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA616 is #1559E9. Grayscale: #AAAAAA. Windows color (decimal): -1399274 or 1484522. OLE color: 1484522.

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

Color convert

RGB 234 166 22 -
CMYK 0 0.29 0.91 0.08
HSL 40.75º 0.83% 0.5% -
HSV(B) 40.75º 0.91% 0.92% -
XYZ 47.71 44.82 6.9 -
YUV 169.92 44.53 173.71 -
System Red Green Blue C M Y K H S L
Decimal 234 166 22 0 0.29 0.91 0.08 40.75 0.83 0.5
Hex EA A6 16 0 1D 5B 8 29 53 32
Octal 352 246 26 0 35 133 10 51 123 62
Binary 11101010 10100110 10110 0 11101 1011011 1000 101001 1010011 110010

Color Harmonies of #EAA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA616

Black with #EAA616

Text Example


Text Example

White with #EAA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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