Html Css Color HEX #EAA614 Gamboge

📋 copy color: '#EAA614'

red 234 ◦ green 166 ◦ blue 20

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

Shades of Gamboge #EAA614

Tints of Gamboge #EAA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.76%

R = 55.71%
G = 39.52%
B = 4.76%

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

#EAA614 (or 0xEAA614) is known color: Gamboge. HEX triplet: EA, A6 and 14. RGB value is (234,166,20). Sum of RGB (Red+Green+Blue) = 234+166+20=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA614 is #1559EB. Grayscale: #AAAAAA. Windows color (decimal): -1399276 or 1353450. OLE color: 1353450.

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

Color convert

RGB 234 166 20 -
CMYK 0 0.29 0.91 0.08
HSL 40.93º 0.84% 0.5% -
HSV(B) 40.93º 0.91% 0.92% -
XYZ 47.69 44.82 6.8 -
YUV 169.69 43.53 173.87 -
System Red Green Blue C M Y K H S L
Decimal 234 166 20 0 0.29 0.91 0.08 40.93 0.84 0.5
Hex EA A6 14 0 1D 5B 8 29 54 32
Octal 352 246 24 0 35 133 10 51 124 62
Binary 11101010 10100110 10100 0 11101 1011011 1000 101001 1010100 110010

Color Harmonies of #EAA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA614

Black with #EAA614

Text Example


Text Example

White with #EAA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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