Html Css Color HEX #EAA619 Gamboge

📋 copy color: '#EAA619'

red 234 ◦ green 166 ◦ blue 25

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

Shades of Gamboge #EAA619

Tints of Gamboge #EAA619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 55.06%
G = 39.06%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAA619 (or 0xEAA619) is known color: Gamboge. HEX triplet: EA, A6 and 19. RGB value is (234,166,25). Sum of RGB (Red+Green+Blue) = 234+166+25=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA619 is #1559E6. Grayscale: #AAAAAA. Windows color (decimal): -1399271 or 1681130. OLE color: 1681130.

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

Color convert

RGB 234 166 25 -
CMYK 0 0.29 0.89 0.08
HSL 40.48º 0.83% 0.51% -
HSV(B) 40.48º 0.89% 0.92% -
XYZ 47.74 44.84 7.06 -
YUV 170.26 46.03 173.46 -
System Red Green Blue C M Y K H S L
Decimal 234 166 25 0 0.29 0.89 0.08 40.48 0.83 0.51
Hex EA A6 19 0 1D 59 8 28 53 33
Octal 352 246 31 0 35 131 10 50 123 63
Binary 11101010 10100110 11001 0 11101 1011001 1000 101000 1010011 110011

Color Harmonies of #EAA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA619

Black with #EAA619

Text Example


Text Example

White with #EAA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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