Html Css Color HEX #EAA700 Gamboge

📋 copy color: '#EAA700'

red 234 ◦ green 167 ◦ blue 0

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

Shades of Gamboge #EAA700

Tints of Gamboge #EAA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

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

R = 58.35%
G = 41.65%
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

#EAA700 (or 0xEAA700) is known color: Gamboge. HEX triplet: EA, A7 and 00. RGB value is (234,167,0). Sum of RGB (Red+Green+Blue) = 234+167+0=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA700 is #1558FF. Grayscale: #A8A8A8. Windows color (decimal): -1399040 or 42986. OLE color: 42986.

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

Color convert

RGB 234 167 0 -
CMYK 0 0.29 1 0.08
HSL 42.82º 1% 0.46% -
HSV(B) 42.82º 1% 0.92% -
XYZ 47.75 45.13 6.19 -
YUV 168 33.2 175.08 -
System Red Green Blue C M Y K H S L
Decimal 234 167 0 0 0.29 1 0.08 42.82 1 0.46
Hex EA A7 0 0 1D 64 8 2B 64 2E
Octal 352 247 0 0 35 144 10 53 144 56
Binary 11101010 10100111 0 0 11101 1100100 1000 101011 1100100 101110

Color Harmonies of #EAA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA700

Black with #EAA700

Text Example


Text Example

White with #EAA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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