Html Css Color HEX #EAA006 Gamboge

📋 copy color: '#EAA006'

red 234 ◦ green 160 ◦ blue 6

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

Shades of Gamboge #EAA006

Tints of Gamboge #EAA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 58.5%
G = 40%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAA006 (or 0xEAA006) is known color: Gamboge. HEX triplet: EA, A0 and 06. RGB value is (234,160,6). Sum of RGB (Red+Green+Blue) = 234+160+6=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA006 is #155FF9. Grayscale: #A5A5A5. Windows color (decimal): -1400826 or 434410. OLE color: 434410.

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

Color convert

RGB 234 160 6 -
CMYK 0 0.32 0.97 0.08
HSL 40.53º 0.95% 0.47% -
HSV(B) 40.53º 0.97% 0.92% -
XYZ 46.54 42.65 5.95 -
YUV 164.57 38.52 177.52 -
System Red Green Blue C M Y K H S L
Decimal 234 160 6 0 0.32 0.97 0.08 40.53 0.95 0.47
Hex EA A0 6 0 20 61 8 29 5F 2F
Octal 352 240 6 0 40 141 10 51 137 57
Binary 11101010 10100000 110 0 100000 1100001 1000 101001 1011111 101111

Color Harmonies of #EAA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA006

Black with #EAA006

Text Example


Text Example

White with #EAA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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