Html Css Color HEX #EAA600 Gamboge

📋 copy color: '#EAA600'

red 234 ◦ green 166 ◦ blue 0

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

Shades of Gamboge #EAA600

Tints of Gamboge #EAA600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.5%
G = 41.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAA600 (or 0xEAA600) is known color: Gamboge. HEX triplet: EA, A6 and 00. RGB value is (234,166,0). Sum of RGB (Red+Green+Blue) = 234+166+0=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA600 is #1559FF. Grayscale: #A8A8A8. Windows color (decimal): -1399296 or 42730. OLE color: 42730.

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

Color convert

RGB 234 166 0 -
CMYK 0 0.29 1 0.08
HSL 42.56º 1% 0.46% -
HSV(B) 42.56º 1% 0.92% -
XYZ 47.57 44.76 6.13 -
YUV 167.41 33.53 175.5 -
System Red Green Blue C M Y K H S L
Decimal 234 166 0 0 0.29 1 0.08 42.56 1 0.46
Hex EA A6 0 0 1D 64 8 2B 64 2E
Octal 352 246 0 0 35 144 10 53 144 56
Binary 11101010 10100110 0 0 11101 1100100 1000 101011 1100100 101110

Color Harmonies of #EAA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA600

Black with #EAA600

Text Example


Text Example

White with #EAA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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