Html Css Color HEX #EFA006 Gamboge

📋 copy color: '#EFA006'

red 239 ◦ green 160 ◦ blue 6

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

Shades of Gamboge #EFA006

Tints of Gamboge #EFA006

RGB

 RED value IS 239 (93.75% from 255) = 59.01%

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

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

R = 59.01%
G = 39.51%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFA006 (or 0xEFA006) is known color: Gamboge. HEX triplet: EF, A0 and 06. RGB value is (239,160,6). Sum of RGB (Red+Green+Blue) = 239+160+6=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA006 is #105FF9. Grayscale: #A6A6A6. Windows color (decimal): -1073146 or 434415. OLE color: 434415.

HSL color Cylindrical-coordinate representation of color #EFA006: hue angle of 39.66º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFA006 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 6 -
CMYK 0 0.33 0.97 0.06
HSL 39.66º 0.95% 0.48% -
HSV(B) 39.66º 0.97% 0.94% -
XYZ 48.2 43.51 6.03 -
YUV 166.07 37.67 180.02 -
System Red Green Blue C M Y K H S L
Decimal 239 160 6 0 0.33 0.97 0.06 39.66 0.95 0.48
Hex EF A0 6 0 21 61 6 28 5F 30
Octal 357 240 6 0 41 141 6 50 137 60
Binary 11101111 10100000 110 0 100001 1100001 110 101000 1011111 110000

Color Harmonies of #EFA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA006

Black with #EFA006

Text Example


Text Example

White with #EFA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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