Html Css Color HEX #EAA505 Gamboge

📋 copy color: '#EAA505'

red 234 ◦ green 165 ◦ blue 5

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

Shades of Gamboge #EAA505

Tints of Gamboge #EAA505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 57.92%
G = 40.84%
B = 1.24%

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

#EAA505 (or 0xEAA505) is known color: Gamboge. HEX triplet: EA, A5 and 05. RGB value is (234,165,5). Sum of RGB (Red+Green+Blue) = 234+165+5=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA505 is #155AFA. Grayscale: #A8A8A8. Windows color (decimal): -1399547 or 370154. OLE color: 370154.

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

Color convert

RGB 234 165 5 -
CMYK 0 0.29 0.98 0.08
HSL 41.92º 0.96% 0.47% -
HSV(B) 41.92º 0.98% 0.92% -
XYZ 47.41 44.41 6.22 -
YUV 167.39 36.36 175.51 -
System Red Green Blue C M Y K H S L
Decimal 234 165 5 0 0.29 0.98 0.08 41.92 0.96 0.47
Hex EA A5 5 0 1D 62 8 2A 60 2F
Octal 352 245 5 0 35 142 10 52 140 57
Binary 11101010 10100101 101 0 11101 1100010 1000 101010 1100000 101111

Color Harmonies of #EAA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA505

Black with #EAA505

Text Example


Text Example

White with #EAA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA505; }

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

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

background-color css

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

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

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

border-color css

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

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

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