Html Css Color HEX #EAA504 Gamboge

📋 copy color: '#EAA504'

red 234 ◦ green 165 ◦ blue 4

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

Shades of Gamboge #EAA504

Tints of Gamboge #EAA504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 58.06%
G = 40.94%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA504 (or 0xEAA504) is known color: Gamboge. HEX triplet: EA, A5 and 04. RGB value is (234,165,4). Sum of RGB (Red+Green+Blue) = 234+165+4=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA504 is #155AFB. Grayscale: #A7A7A7. Windows color (decimal): -1399548 or 304618. OLE color: 304618.

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

Color convert

RGB 234 165 4 -
CMYK 0 0.29 0.98 0.08
HSL 42º 0.97% 0.47% -
HSV(B) 42º 0.98% 0.92% -
XYZ 47.41 44.41 6.19 -
YUV 167.28 35.86 175.59 -
System Red Green Blue C M Y K H S L
Decimal 234 165 4 0 0.29 0.98 0.08 42 0.97 0.47
Hex EA A5 4 0 1D 62 8 2A 61 2F
Octal 352 245 4 0 35 142 10 52 141 57
Binary 11101010 10100101 100 0 11101 1100010 1000 101010 1100001 101111

Color Harmonies of #EAA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA504

Black with #EAA504

Text Example


Text Example

White with #EAA504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA504; }

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

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

background-color css

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

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

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

border-color css

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

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

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