Html Css Color HEX #EAA005 Gamboge

📋 copy color: '#EAA005'

red 234 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #EAA005

Tints of Gamboge #EAA005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 58.65%
G = 40.1%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAA005 (or 0xEAA005) is known color: Gamboge. HEX triplet: EA, A0 and 05. RGB value is (234,160,5). Sum of RGB (Red+Green+Blue) = 234+160+5=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA005 is #155FFA. Grayscale: #A5A5A5. Windows color (decimal): -1400827 or 368874. OLE color: 368874.

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

Color convert

RGB 234 160 5 -
CMYK 0 0.32 0.98 0.08
HSL 40.61º 0.96% 0.47% -
HSV(B) 40.61º 0.98% 0.92% -
XYZ 46.53 42.65 5.92 -
YUV 164.46 38.02 177.6 -
System Red Green Blue C M Y K H S L
Decimal 234 160 5 0 0.32 0.98 0.08 40.61 0.96 0.47
Hex EA A0 5 0 20 62 8 29 60 2F
Octal 352 240 5 0 40 142 10 51 140 57
Binary 11101010 10100000 101 0 100000 1100010 1000 101001 1100000 101111

Color Harmonies of #EAA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA005

Black with #EAA005

Text Example


Text Example

White with #EAA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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