Html Css Color HEX #EAA407 Gamboge

📋 copy color: '#EAA407'

red 234 ◦ green 164 ◦ blue 7

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

Shades of Gamboge #EAA407

Tints of Gamboge #EAA407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 57.78%
G = 40.49%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAA407 (or 0xEAA407) is known color: Gamboge. HEX triplet: EA, A4 and 07. RGB value is (234,164,7). Sum of RGB (Red+Green+Blue) = 234+164+7=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA407 is #155BF8. Grayscale: #A7A7A7. Windows color (decimal): -1399801 or 500970. OLE color: 500970.

HSL color Cylindrical-coordinate representation of color #EAA407: hue angle of 41.5º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAA407 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 7 -
CMYK 0 0.30 0.97 0.08
HSL 41.5º 0.94% 0.47% -
HSV(B) 41.5º 0.97% 0.92% -
XYZ 47.25 44.06 6.22 -
YUV 167.03 37.69 175.77 -
System Red Green Blue C M Y K H S L
Decimal 234 164 7 0 0.30 0.97 0.08 41.5 0.94 0.47
Hex EA A4 7 0 1E 61 8 29 5E 2F
Octal 352 244 7 0 36 141 10 51 136 57
Binary 11101010 10100100 111 0 11110 1100001 1000 101001 1011110 101111

Color Harmonies of #EAA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA407

Black with #EAA407

Text Example


Text Example

White with #EAA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA407; }

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

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

background-color css

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

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

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

border-color css

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

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

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