Html Css Color HEX #EAA419 Gamboge

📋 copy color: '#EAA419'

red 234 ◦ green 164 ◦ blue 25

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

Shades of Gamboge #EAA419

Tints of Gamboge #EAA419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

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

R = 55.32%
G = 38.77%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAA419 (or 0xEAA419) is known color: Gamboge. HEX triplet: EA, A4 and 19. RGB value is (234,164,25). Sum of RGB (Red+Green+Blue) = 234+164+25=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA419 is #155BE6. Grayscale: #A9A9A9. Windows color (decimal): -1399783 or 1680618. OLE color: 1680618.

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

Color convert

RGB 234 164 25 -
CMYK 0 0.30 0.89 0.08
HSL 39.9º 0.83% 0.51% -
HSV(B) 39.9º 0.89% 0.92% -
XYZ 47.38 44.11 6.94 -
YUV 169.08 46.69 174.3 -
System Red Green Blue C M Y K H S L
Decimal 234 164 25 0 0.30 0.89 0.08 39.9 0.83 0.51
Hex EA A4 19 0 1E 59 8 28 53 33
Octal 352 244 31 0 36 131 10 50 123 63
Binary 11101010 10100100 11001 0 11110 1011001 1000 101000 1010011 110011

Color Harmonies of #EAA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA419

Black with #EAA419

Text Example


Text Example

White with #EAA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA419; }

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

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

background-color css

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

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

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

border-color css

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

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

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