Html Css Color HEX #EAA414 Gamboge

📋 copy color: '#EAA414'

red 234 ◦ green 164 ◦ blue 20

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

Shades of Gamboge #EAA414

Tints of Gamboge #EAA414

RGB

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

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

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

R = 55.98%
G = 39.23%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA414 (or 0xEAA414) is known color: Gamboge. HEX triplet: EA, A4 and 14. RGB value is (234,164,20). Sum of RGB (Red+Green+Blue) = 234+164+20=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA414 is #155BEB. Grayscale: #A9A9A9. Windows color (decimal): -1399788 or 1352938. OLE color: 1352938.

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

Color convert

RGB 234 164 20 -
CMYK 0 0.30 0.91 0.08
HSL 40.37º 0.84% 0.5% -
HSV(B) 40.37º 0.91% 0.92% -
XYZ 47.33 44.09 6.68 -
YUV 168.51 44.19 174.71 -
System Red Green Blue C M Y K H S L
Decimal 234 164 20 0 0.30 0.91 0.08 40.37 0.84 0.5
Hex EA A4 14 0 1E 5B 8 28 54 32
Octal 352 244 24 0 36 133 10 50 124 62
Binary 11101010 10100100 10100 0 11110 1011011 1000 101000 1010100 110010

Color Harmonies of #EAA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA414

Black with #EAA414

Text Example


Text Example

White with #EAA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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