Html Css Color HEX #EAA500 Gamboge

📋 copy color: '#EAA500'

red 234 ◦ green 165 ◦ blue 0

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

Shades of Gamboge #EAA500

Tints of Gamboge #EAA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

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

R = 58.65%
G = 41.35%
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

#EAA500 (or 0xEAA500) is known color: Gamboge. HEX triplet: EA, A5 and 00. RGB value is (234,165,0). Sum of RGB (Red+Green+Blue) = 234+165+0=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA500 is #155AFF. Grayscale: #A7A7A7. Windows color (decimal): -1399552 or 42474. OLE color: 42474.

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

Color convert

RGB 234 165 0 -
CMYK 0 0.29 1 0.08
HSL 42.31º 1% 0.46% -
HSV(B) 42.31º 1% 0.92% -
XYZ 47.39 44.4 6.07 -
YUV 166.82 33.86 175.92 -
System Red Green Blue C M Y K H S L
Decimal 234 165 0 0 0.29 1 0.08 42.31 1 0.46
Hex EA A5 0 0 1D 64 8 2A 64 2E
Octal 352 245 0 0 35 144 10 52 144 56
Binary 11101010 10100101 0 0 11101 1100100 1000 101010 1100100 101110

Color Harmonies of #EAA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA500

Black with #EAA500

Text Example


Text Example

White with #EAA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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