Html Css Color HEX #EAA219 Gamboge

📋 copy color: '#EAA219'

red 234 ◦ green 162 ◦ blue 25

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

Shades of Gamboge #EAA219

Tints of Gamboge #EAA219

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 55.58%
G = 38.48%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAA219 (or 0xEAA219) is known color: Gamboge. HEX triplet: EA, A2 and 19. RGB value is (234,162,25). Sum of RGB (Red+Green+Blue) = 234+162+25=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA219 is #155DE6. Grayscale: #A8A8A8. Windows color (decimal): -1400295 or 1680106. OLE color: 1680106.

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

Color convert

RGB 234 162 25 -
CMYK 0 0.31 0.89 0.08
HSL 39.33º 0.83% 0.51% -
HSV(B) 39.33º 0.89% 0.92% -
XYZ 47.03 43.4 6.82 -
YUV 167.91 47.35 175.14 -
System Red Green Blue C M Y K H S L
Decimal 234 162 25 0 0.31 0.89 0.08 39.33 0.83 0.51
Hex EA A2 19 0 1F 59 8 27 53 33
Octal 352 242 31 0 37 131 10 47 123 63
Binary 11101010 10100010 11001 0 11111 1011001 1000 100111 1010011 110011

Color Harmonies of #EAA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA219

Black with #EAA219

Text Example


Text Example

White with #EAA219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA219; }

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

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

background-color css

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

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

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

border-color css

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

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

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